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