Explorar el Código

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 hace 18 años
padre
commit
21c58729ae
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/Makefile

+ 1
- 0
src/Makefile Ver fichero

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

Loading…
Cancelar
Guardar