Replace -finline-limit with -fno-inline-small-functions in project makefiles.

This commit is contained in:
Dean Camera 2009-08-30 06:52:03 +00:00
parent 244c86429b
commit 0f51db56c0
45 changed files with 47 additions and 44 deletions

View file

@ -218,9 +218,9 @@ CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
CFLAGS += -funsigned-bitfields
CFLAGS += -ffunction-sections
CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -finline-limit=20
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef