]> code.citadel.org Git - citadel.git/blobdiff - citadel/debian/rules
* add thread debugging to thread disabling for client flags
[citadel.git] / citadel / debian / rules
index b5fe2dd9e191b99d1ff641f2ba11772886515088..6779c8f512e592f4acd54e0959b1cb67ed3d1ded 100755 (executable)
@@ -31,6 +31,7 @@ endif
 
 ifneq (,$(findstring threadoff,$(DEB_BUILD_OPTIONS)))
        THREAD_ARGS=--without-threaded-client
+       CFLAGS += -D WITH_THREADLOG
 else
        THREAD_ARGS=
 endif