# HG changeset patch # User Eli Zaretskii # Date 1135445389 0 # Node ID 777686a58a187d1fb1f7e37ac3d88733e982f364 # Parent 8eec4e57f1701993acba17b6397ceda851614055 (TEMACS_EXTRA_LINK): Remove redundant -g. (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3". diff -r 8eec4e57f170 -r 777686a58a18 nt/gmake.defs --- a/nt/gmake.defs Sat Dec 24 15:22:47 2005 +0000 +++ b/nt/gmake.defs Sat Dec 24 17:29:49 2005 +0000 @@ -191,7 +191,7 @@ # see comments in allocate_heap in w32heap.c before changing any of the # -stack, -heap, or -image-base settings. -TEMACS_EXTRA_LINK = -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -g $(SUBSYSTEM_CONSOLE) -Wl,-entry,__start -Wl,-Map,$(BLD)/temacs.map +TEMACS_EXTRA_LINK = -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 $(SUBSYSTEM_CONSOLE) -Wl,-entry,__start -Wl,-Map,$(BLD)/temacs.map ifdef NOOPT OBJDIR = oo @@ -242,8 +242,8 @@ DEBUG_FLAG = DEBUG_LINK = else -DEBUG_FLAG = -g -DEBUG_LINK = -g +DEBUG_FLAG = -gstabs+ -g3 +DEBUG_LINK = -gstabs+ -g3 endif ifdef NOCYGWIN