summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index d2c274119..a6751c047 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,9 +33,9 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_TARGET := install-debug
BUILD_TARGET := debug
endif
+
# note also "noauto" to inhibit running of autogen.sh
-DEB_BUILD_GNU_OPTION :=
# the "optimize" flag disables compatibility hacks
ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS)))
$(warning trying to disable machine-specific optimizations)