aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 04:11:48 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 04:11:48 +0000
commitc7548920ce51bd05cb0b6c3d84f01b8e3fee2568 (patch)
treedd9af6364fc46248e3285bf57c608e76ee21e648 /ChangeLog
parent21a0359fab067eb9ab1808f268a4c9a1e08c8635 (diff)
small debugging information change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7111 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog2
1 files changed, 2 insertions, 0 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