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

Modified Files:
        ChangeLog Makefile 
Log Message:
small debugging information change


Index: ChangeLog
===================================================================
RCS file: /usr/cvsroot/asterisk/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- ChangeLog   16 Nov 2005 02:20:16 -0000      1.133
+++ ChangeLog   16 Nov 2005 04:11:48 -0000      1.134
@@ -1,5 +1,7 @@
 2005-11-15  Kevin P. Fleming  <[EMAIL PROTECTED]>
 
+       * Makefile: use -g3 for compiler to include macro information for 
debugger
+
        * astmm.c (__ast_vasprintf): don't re-use the ap list without copying 
it; that's not safe on some platforms (issue #5035)
 
        * doc/README.backtrace: add note about properly building Asterisk to be 
able to produce backtraces; wrap text and remove DOS line endings

Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/Makefile,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -d -r1.224 -r1.225
--- Makefile    14 Nov 2005 19:00:37 -0000      1.224
+++ Makefile    16 Nov 2005 04:11:48 -0000      1.225
@@ -50,8 +50,8 @@
 #Overwite config files on "make samples"
 OVERWRITE=y
 
-#Include debug symbols in the executables (-g) and profiling info (-pg)
-DEBUG=-g #-pg
+#Include debug and macro symbols in the executables (-g) and profiling info 
(-pg)
+DEBUG=-g3 #-pg
 
 #Set NOCRYPTO to yes if you do not want to have crypto support or 
 #dependencies

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to