summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-06 16:53:14 +0200
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-06 16:53:14 +0200
commit0cea0fcb275da25db3577a07b0a6b2a0613cc9b2 (patch)
tree038e2711eabb0a46220139b22a68db8f9d900bb1
parent438108db37ecc8166e5172b3328dce1c39f6086d (diff)
parentf6e3b1da96fbe5c901e67d789a1523c986d6678e (diff)
downloadquagga-0cea0fcb275da25db3577a07b0a6b2a0613cc9b2.tar.bz2
quagga-0cea0fcb275da25db3577a07b0a6b2a0613cc9b2.tar.xz
Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-quagga into islavista
-rwxr-xr-xdebian/rules6
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