]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/rules
* move chkpwd to the utility bin dir, added chkpw to the debs.
[citadel.git] / citadel / debian / rules
index 20967eb0c54194bc390381c07b1440c52cbd0133..e8a39e3108d80ccb7031b2c6243ebbf6384e0984 100755 (executable)
@@ -10,11 +10,11 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp
 
 CFLAGS = -Wall -g
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+#ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0 -ggdb
-else
-       CFLAGS += -O2
-endif
+#else
+#      CFLAGS += -O2
+#endif
 
 configure: configure-stamp
 configure-stamp: