From: Wilfried Goesgens Date: Wed, 13 Oct 2010 19:54:22 +0000 (+0200) Subject: * add thread debugging to thread disabling for client flags X-Git-Tag: v8.01~663 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=627bb85bc95fa022aecf0628cb59fdce88be2008;p=citadel.git * add thread debugging to thread disabling for client flags --- diff --git a/citadel/debian/rules b/citadel/debian/rules index b5fe2dd9e..6779c8f51 100755 --- a/citadel/debian/rules +++ b/citadel/debian/rules @@ -31,6 +31,7 @@ endif ifneq (,$(findstring threadoff,$(DEB_BUILD_OPTIONS))) THREAD_ARGS=--without-threaded-client + CFLAGS += -D WITH_THREADLOG else THREAD_ARGS= endif