Explorar el Código

Add compile options '-fdata-sections'

exp
Jun Wako hace 9 años
padre
commit
1c73e574f1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      tmk_core/rules.mk

+ 1
- 0
tmk_core/rules.mk Ver fichero

@@ -124,6 +124,7 @@ CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
CFLAGS += -funsigned-bitfields
CFLAGS += -ffunction-sections
CFLAGS += -fdata-sections
CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums