projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed HIDParser to only zero out important values in the Parsed HID Report Item...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
makefile
diff --git
a/Projects/AVRISP/makefile
b/Projects/AVRISP/makefile
index
5ea1176
..
0726f86
100644
(file)
--- a/
Projects/AVRISP/makefile
+++ b/
Projects/AVRISP/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