[svn-commits] pcadach: branch pcadach/chan_h323_exts r39501 - /team/pcadach/chan_h323_exts/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 9 22:37:11 MST 2006


Author: pcadach
Date: Thu Aug 10 00:37:11 2006
New Revision: 39501

URL: http://svn.digium.com/view/asterisk?rev=39501&view=rev
Log:
Revert local-only changes.

Modified:
    team/pcadach/chan_h323_exts/Makefile

Modified: team/pcadach/chan_h323_exts/Makefile
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323_exts/Makefile?rev=39501&r1=39500&r2=39501&view=diff
==============================================================================
--- team/pcadach/chan_h323_exts/Makefile (original)
+++ team/pcadach/chan_h323_exts/Makefile Thu Aug 10 00:37:11 2006
@@ -53,7 +53,7 @@
 endif
 
 #Overwite config files on "make samples"
-OVERWRITE=n
+OVERWRITE=y
 
 #Include debug and macro symbols in the executables (-g) and profiling info (-pg)
 DEBUG=-g3 #-pg
@@ -79,7 +79,7 @@
 WITH_SMDI = 1
 
 # Optional debugging parameters
-DEBUG_THREADS = -DDEBUG_THREADS -DDO_CRASH -DDETECT_DEADLOCKS
+DEBUG_THREADS = -DDEBUG_THREADS -DDO_CRASH -DDETECT_DEADLOCKS #-DDUMP_SCHEDULER #-DDEBUG_SCHEDULER
 
 # Uncomment next one to enable ast_frame tracing (for debugging)
 TRACE_FRAMES = #-DTRACE_FRAMES



More information about the svn-commits mailing list