diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |