From: Wilfried Göesgens Date: Wed, 10 Sep 2008 15:54:08 +0000 (+0000) Subject: * add way to build the debs with url debugging X-Git-Tag: v7.86~1954 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3a09a564748b464a888b6bd9e5eba283c205a426 * add way to build the debs with url debugging --- diff --git a/webcit/debian/rules b/webcit/debian/rules index 992fd5296..649784d26 100755 --- a/webcit/debian/rules +++ b/webcit/debian/rules @@ -13,7 +13,7 @@ DESTDIR=$(CURDIR)/debian/citadel-webcit EXTRA_ARGS= PROFILE_ARGS= -#to enable debugging: export DEB_BUILD_OPTIONS="debug profiling compression" +#to enable debugging: export DEB_BUILD_OPTIONS="debug profiling compression urldebug" ifneq (,$(findstring compression,$(DEB_BUILD_OPTIONS))) @@ -31,6 +31,9 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) else CFLAGS += -O2 endif +ifneq (,$(findstring urldebug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -D DEBUG_URLSTRINGS +endif configure: configure-stamp configure-stamp: