[Asterisk-cvs] asterisk Makefile,1.133,1.134

markster at lists.digium.com markster at lists.digium.com
Tue Feb 8 12:47:41 CST 2005


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19537

Modified Files:
	Makefile 
Log Message:
Minor deadlock detect fix (bug #3531)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Makefile	4 Feb 2005 05:44:13 -0000	1.133
+++ Makefile	8 Feb 2005 18:48:01 -0000	1.134
@@ -86,7 +86,7 @@
 #OPTIONS += -DLOW_MEMORY
 
 # Optional debugging parameters
-DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH 
+DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH #-DDETECT_DEADLOCKS
 
 # Uncomment next one to enable ast_frame tracing (for debugging)
 TRACE_FRAMES = #-DTRACE_FRAMES




More information about the svn-commits mailing list