* fix dropdown
[citadel.git] / webcit / debian / rules
index c837f23f917a0df3a7e1d5bd76b5a5d457316d5b..cea5888c32a41c50a65f3815cd872953296d44ba 100755 (executable)
@@ -19,7 +19,7 @@ ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS)))
        PROFILE_ARGS= --with-gprof
 endif
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D TECH_PREVIEW
+       CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D TECH_PREVIEW -pedantic
        LDFLAGS += -pg 
        EXTRA_ARGS =  --with-backtrace
 else