Replace -finline-limit with -fno-inline-small-functions in project makefiles.
This commit is contained in:
parent
244c86429b
commit
0f51db56c0
45 changed files with 47 additions and 44 deletions
|
@ -219,9 +219,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue