Mercurial > emacs
diff ChangeLog @ 109077:758d2fa60c5c
Fix CFLAGS for non-GCC compilers.
* configure.in (CFLAGS): Always use -g like it was done before the
2010-03-30 change.
(REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. (Bug#6538)
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Tue, 29 Jun 2010 22:51:07 -0700 |
parents | 48064019239b |
children | a17732ef349e |
line wrap: on
line diff
--- a/ChangeLog Tue Jun 29 21:29:49 2010 -0700 +++ b/ChangeLog Tue Jun 29 22:51:07 2010 -0700 @@ -1,3 +1,10 @@ +2010-06-30 Dan Nicolaescu <dann@ics.uci.edu> + + Fix CFLAGS for non-GCC compilers. + * configure.in (CFLAGS): Always use -g like it was done before the + 2010-03-30 change. + (REAL_CFLAGS): Use CFLAGS for non-GCC to get optimization flags. (Bug#6538) + 2010-06-30 Glenn Morris <rgm@gnu.org> * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM):