aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-25 21:37:40 -0700
committerPaul Eggert2012-08-25 21:37:40 -0700
commit6e8aca60a8a3efaf397eab15d8b0cff3720e83b1 (patch)
treea7ebdd943e1ab521b7caf387af0db3bfa9ef705d /ChangeLog
parent2db8bdfcc89dafc7b273bcc9b5eba2233d1148b6 (diff)
downloademacs-6e8aca60a8a3efaf397eab15d8b0cff3720e83b1.tar.gz
emacs-6e8aca60a8a3efaf397eab15d8b0cff3720e83b1.zip
* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
and if the user has not specified CFLAGS. -g3 simplifies debugging, since it makes macros visible to the debugger.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 554103d149e..228cf1d74d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12012-08-26 Paul Eggert <eggert@cs.ucla.edu>
2
3 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
4 and if the user has not specified CFLAGS. -g3 simplifies
5 debugging, since it makes macros visible to the debugger.
6
12012-08-25 Juanma Barranquero <lekktu@gmail.com> 72012-08-25 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. 9 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.