* Holy war on strlen: use IsEmptyStr where apropriate.
[citadel.git] / citadel / debian / rules
index e8a39e3108d80ccb7031b2c6243ebbf6384e0984..fef1a8bf64bad9fa1b826c56e1602220305e944a 100755 (executable)
@@ -11,7 +11,7 @@ DEB_DESTDIR = $(CURDIR)/debian/tmp
 CFLAGS = -Wall -g
 
 #ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0 -ggdb
+       CFLAGS += -O0 -ggdb -pg
 #else
 #      CFLAGS += -O2
 #endif