diff options
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 29a6d9a9..67ee890b 100755 --- a/debian/rules +++ b/debian/rules @@ -20,11 +20,7 @@ BUILD_STAMP=debian/build-stamp CFLAGS = -Wall -g WANT_SNMP=1 -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif +CFLAGS += -Os ifeq ($(WANT_SNMP),1) xable_snmp = --enable-snmp |