Enable debugging symbols to be included in the .elf file.
authorhpa <hpa>
Tue, 23 Nov 2004 23:52:45 +0000 (23:52 +0000)
committerhpa <hpa>
Tue, 23 Nov 2004 23:52:45 +0000 (23:52 +0000)
com32/lib/MCONFIG
com32/modules/Makefile

index 0613664..c79e1f8 100644 (file)
@@ -8,7 +8,7 @@ PERL    = perl
 STRIP  = strip --strip-all -R .comment -R .note
 OBJCOPY        = objcopy
 
-REQFLAGS  = -m32 -I. -I./sys -I../include
+REQFLAGS  = -g -m32 -I. -I./sys -I../include
 OPTFLAGS  = -Os -march=i386 -falign-functions=0 -falign-jumps=0 -falign-labels=0
 WARNFLAGS = -W -Wall -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Winline
 
index dfd6a3b..af72f6b 100644 (file)
@@ -27,7 +27,7 @@ NASM     = nasm
 RANLIB    = ranlib
 CFLAGS     = -W -Wall -march=i386 -Os -fomit-frame-pointer -I../include
 SFLAGS     = -march=i386
-LDFLAGS    = -s -T ../lib/com32.ld
+LDFLAGS    = -T ../lib/com32.ld
 OBJCOPY    = objcopy
 PPMTOLSS16 =   ../ppmtolss16
 LIB       = ../lib/libcom32.a