projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
[pub/USBasp.git]
/
Projects
/
Benito
/
makefile
diff --git
a/Projects/Benito/makefile
b/Projects/Benito/makefile
index
3ce738b
..
d598122
100644
(file)
--- a/
Projects/Benito/makefile
+++ b/
Projects/Benito/makefile
@@
-224,9
+224,9
@@
CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
\r
CFLAGS += -funsigned-bitfields
\r
CFLAGS += -ffunction-sections
\r
CFLAGS += -funsigned-char
\r
CFLAGS += -funsigned-bitfields
\r
CFLAGS += -ffunction-sections
\r
+CFLAGS += -fno-inline-small-functions
\r
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
CFLAGS += -fpack-struct
\r
CFLAGS += -fshort-enums
\r
-CFLAGS += -finline-limit=20
\r
CFLAGS += -Wall
\r
CFLAGS += -Wstrict-prototypes
\r
CFLAGS += -Wundef
\r
CFLAGS += -Wall
\r
CFLAGS += -Wstrict-prototypes
\r
CFLAGS += -Wundef
\r