]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Optimisation roudn 2
authorSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 21:53:08 +0000 (21:53 +0000)
committerSven Hoexter <sven@timegate.de>
Tue, 25 Dec 2007 21:53:08 +0000 (21:53 +0000)
debian/rules

index 82b2120390fb728c250307a6c2cf2d7868019582..eefbb001cdadcc260870445867ba922fafd7196e 100755 (executable)
@@ -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