diff options
-rwxr-xr-x | debian/rules | 8 |
1 files changed, 1 insertions, 7 deletions
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))) |