]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - debian/rules
Optimisation roudn 2
[sven/tclcurl.git] / 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