Add compile options '-fdata-sections'

pull/33/head
Jun Wako 9 years ago
parent 663909772e
commit 1c73e574f1

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

Loading…
Cancel
Save