Mercurial > emacs
diff nt/ChangeLog @ 96211:fde585d63804
* gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
Don't hardcode -gstabs+, use DEBUG_INFO.
* configure.bat (gccdebug): Check for DWARF-2 support in GCC.
Default to stabs if the compiler does not support DWARF-2.
(genmakefiles): Write new variable DEBUG_INFO to config.settings.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Mon, 23 Jun 2008 21:34:24 +0000 |
| parents | b4a748a5e299 |
| children | 9c9415d59eac |
line wrap: on
line diff
--- a/nt/ChangeLog Mon Jun 23 21:08:22 2008 +0000 +++ b/nt/ChangeLog Mon Jun 23 21:34:24 2008 +0000 @@ -1,3 +1,13 @@ +2008-06-23 Juanma Barranquero <lekktu@gmail.com> + Eli Zaretskii <eliz@gnu.org> + + * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: + Don't hardcode -gstabs+, use DEBUG_INFO. + + * configure.bat (gccdebug): Check for DWARF-2 support in GCC. + Default to stabs if the compiler does not support DWARF-2. + (genmakefiles): Write new variable DEBUG_INFO to config.settings. + 2008-05-14 Jason Rumney <jasonr@gnu.org> * configure.bat: Remove code dealing with --disable-font-backend.
