Browse Source

Add debug symbols to objects. (They will be stripped out of the final

-Obinary build anyway, so it doesn't waste any space).
tags/v0.9.3
Michael Brown 19 years ago
parent
commit
21c58729ae
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile View File

90
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
90
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
91
 CFLAGS		+= -Os -ffreestanding
91
 CFLAGS		+= -Os -ffreestanding
92
 CFLAGS		+= -Wall -W -Wno-format
92
 CFLAGS		+= -Wall -W -Wno-format
93
+CFLAGS		+= -g
93
 CFLAGS		+= $(EXTRA_CFLAGS)
94
 CFLAGS		+= $(EXTRA_CFLAGS)
94
 ASFLAGS		+= $(EXTRA_ASFLAGS)
95
 ASFLAGS		+= $(EXTRA_ASFLAGS)
95
 LDFLAGS		+= $(EXTRA_LDFLAGS)
96
 LDFLAGS		+= $(EXTRA_LDFLAGS)

Loading…
Cancel
Save