X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fmysqltcl.git;a=blobdiff_plain;f=debian%2Frules;h=1249cfd0905425b8101c07a31d495ba525717127;hp=906519a60eabb273a59d6e3582181368dc1c86d1;hb=c905719ab07d4a621fd5e41da1a33fa28b144a56;hpb=2d266e7b64a43fdf41e9300a6356d22997a1a86d diff --git a/debian/rules b/debian/rules index 906519a..1249cfd 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