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 b5272c4b8..0c48082b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
6# This has to be exported to make some magic below work. 6# This has to be exported to make some magic below work.
7export DH_OPTIONS 7export DH_OPTIONS
8 8
9ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) 9ifeq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
10OPTFLAGS := -O2 10OPTFLAGS := -O2
11else 11else
12OPTFLAGS := -O0 12OPTFLAGS := -O0