* configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2012 04:37:40 +0000 (21:37 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 26 Aug 2012 04:37:40 +0000 (21:37 -0700)
commit6e8aca60a8a3efaf397eab15d8b0cff3720e83b1
treea7ebdd943e1ab521b7caf387af0db3bfa9ef705d
parent2db8bdfcc89dafc7b273bcc9b5eba2233d1148b6
* 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.
ChangeLog
configure.ac