Add compile options '-fdata-sections'

This commit is contained in:
Jun Wako 2015-05-10 10:00:23 +09:00
parent 663909772e
commit 1c73e574f1
1 changed files with 1 additions and 0 deletions

View File

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