From 0ca52653b5fae40451d56815af9f180e2814737d Mon Sep 17 00:00:00 2001 From: hpa Date: Tue, 23 Nov 2004 23:52:45 +0000 Subject: [PATCH] Enable debugging symbols to be included in the .elf file. --- com32/lib/MCONFIG | 2 +- com32/modules/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com32/lib/MCONFIG b/com32/lib/MCONFIG index 0613664..c79e1f8 100644 --- a/com32/lib/MCONFIG +++ b/com32/lib/MCONFIG @@ -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 diff --git a/com32/modules/Makefile b/com32/modules/Makefile index dfd6a3b..af72f6b 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -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 -- 2.7.4