* tiny 'file'-extract, now we can detect the type of an image. and set the mimetype...
[citadel.git] / webcit / debian / rules
index 15846013d6c2529885dc65147d7c4ae4c70d29cb..ca73ada2140c5c4a066ef8fca739ddf51168bcdb 100755 (executable)
@@ -18,7 +18,7 @@ ifneq (,$(findstring profiling,$(DEB_BUILD_OPTIONS)))
        PROFILE_ARGS= --with-gprof
 endif
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0 -ggdb -rdynamic -MD -MP 
+       CFLAGS += -O0 -ggdb -rdynamic -MD -MP -D TECH_PREVIEW
        LDFLAGS += -pg 
        EXTRA_ARGS =  --with-backtrace
 else