summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-16 04:11:48 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-16 04:11:48 +0000
commit296ca06e351ac08e41d07cba1d586656a22afcdc (patch)
treedd9af6364fc46248e3285bf57c608e76ee21e648
parenta31a587bc0d6115a241fcc523bc76b3de0f3dc0d (diff)
small debugging information change
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7111 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rwxr-xr-xChangeLog2
-rwxr-xr-xMakefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 370dfbaa8..961be44bc 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2005-11-15 Kevin P. Fleming <kpfleming@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
diff --git a/Makefile b/Makefile
index e5dab8a32..1d4b7c222 100755
--- a/Makefile
+++ b/Makefile
@@ -50,8 +50,8 @@ endif
#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