aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-02-25 22:30:47 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-02-25 22:30:47 -0500
commit38fcbfeebc7ce9c1aa940c1b98f6141f161a6ff4 (patch)
tree31ca1bb3a2f9a8d44695df13a183d01ca87abe3e /Makefile
parent4b60c000deee2002ba272b45a1121df7495c39f9 (diff)
downloadseabios-38fcbfeebc7ce9c1aa940c1b98f6141f161a6ff4.tar.gz
Version 0.1.2rel-0.1.2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a704cd9a..f6019ace 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ SRC16=floppy.c disk.c system.c clock.c serial.c kbd.c mouse.c output.c boot.c
SRC32=post.c output.c
# Default compiler flags (note -march=armv4 is needed for 16 bit insns)
-CFLAGS = -Wall -Os -MD -m32 -march=i386 -mregparm=2 -ffreestanding
+CFLAGS = -Wall -g -Os -MD -m32 -march=i386 -mregparm=2 -ffreestanding
CFLAGS16 = -Wall -Os -MD -m32 -DMODE16 -march=i386 -mregparm=2 -ffreestanding -fno-jump-tables
all: $(OUT) $(OUT)rom.bin