From: Sven Hoexter Date: Tue, 25 Dec 2007 21:53:08 +0000 (+0000) Subject: Optimisation roudn 2 X-Git-Tag: debian/7.17.1-1~7 X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=2c5eccec873ddcf65c2c96b2b7d25507e23f4287 Optimisation roudn 2 --- diff --git a/debian/rules b/debian/rules index 82b2120..eefbb00 100755 --- a/debian/rules +++ b/debian/rules @@ -23,9 +23,9 @@ CONFIGURE_OPTIONS += \ LDFLAGS += -Wl,-z,defs -Wl,--as-needed -CFLAGS += -Wall -g +CFLAGS = -Wall -g -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2