X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=debian%2Frules;h=eefbb001cdadcc260870445867ba922fafd7196e;hp=82b2120390fb728c250307a6c2cf2d7868019582;hb=2c5eccec873ddcf65c2c96b2b7d25507e23f4287;hpb=eefeec2c754fafab48b2f14a957969eccfc38889 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