[Asterisk-cvs] asterisk ChangeLog,1.133,1.134 Makefile,1.224,1.225

kpfleming kpfleming
Tue Nov 15 23:21:48 CST 2005


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  <kpfleming at limerick.digium.com>
 
+	* 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




More information about the svn-commits mailing list