Explorar o código

Add compile options '-fdata-sections'

Jun Wako %!s(int64=10) %!d(string=hai) anos
pai
achega
1c73e574f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tmk_core/rules.mk

+ 1 - 0
tmk_core/rules.mk

@@ -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