diff options
Diffstat (limited to 'Projects/Benito/makefile')
-rw-r--r-- | Projects/Benito/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/Benito/makefile b/Projects/Benito/makefile index 3ce738b44..d598122e4 100644 --- a/Projects/Benito/makefile +++ b/Projects/Benito/makefile @@ -224,9 +224,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
|