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