comparison 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
comparison
equal deleted inserted replaced
96210:008bacb7a779 96211:fde585d63804
1 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
2 Eli Zaretskii <eliz@gnu.org>
3
4 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
5 Don't hardcode -gstabs+, use DEBUG_INFO.
6
7 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
8 Default to stabs if the compiler does not support DWARF-2.
9 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
10
1 2008-05-14 Jason Rumney <jasonr@gnu.org> 11 2008-05-14 Jason Rumney <jasonr@gnu.org>
2 12
3 * configure.bat: Remove code dealing with --disable-font-backend. 13 * configure.bat: Remove code dealing with --disable-font-backend.
4 14
5 2008-05-09 Eli Zaretskii <eliz@gnu.org> 15 2008-05-09 Eli Zaretskii <eliz@gnu.org>