[Asterisk-cvs] asterisk Makefile,1.118,1.119

markster at lists.digium.com markster at lists.digium.com
Sun Oct 24 09:14:39 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
Do not build with DEBUG_THREADS on by default!


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -d -r1.118 -r1.119
--- Makefile	24 Oct 2004 13:11:15 -0000	1.118
+++ Makefile	24 Oct 2004 13:18:19 -0000	1.119
@@ -76,7 +76,7 @@
 #OPTIONS += -DLOW_MEMORY
 
 # Optional debugging parameters
-DEBUG_THREADS = -DDEBUG_THREADS #-DDO_CRASH 
+DEBUG_THREADS = #-DDEBUG_THREADS #-DDO_CRASH 
 
 # Uncomment next one to enable ast_frame tracing (for debugging)
 TRACE_FRAMES = #-DTRACE_FRAMES




More information about the svn-commits mailing list