From 1f0e01bac403ee8e85d3d02356eda9a9ef31660b Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Thu, 21 Jan 2010 22:05:10 +0000 Subject: Clean up DEB_BUILD_OPTIONS handling. --- debian/rules | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index f40f301ad..41b58b367 100755 --- a/debian/rules +++ b/debian/rules @@ -25,13 +25,7 @@ DEB_BUILD_CONFIG_OPTIONS := CFLAGS += -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 - DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations -endif -INSTALL_TARGET := install -BUILD_TARGET := all -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_TARGET := install-debug - BUILD_TARGET := debug + DEB_BUILD_CONFIG_OPTIONS += --disable-optimizations --enable-debug endif ifneq (,$(findstring mips,$(DEB_HOST_GNU_TYPE))) -- cgit v1.2.3