projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/lufa.git]
/
Demos
/
Device
/
ClassDriver
/
MassStorageKeyboard
/
makefile
diff --git
a/Demos/Device/ClassDriver/MassStorageKeyboard/makefile
b/Demos/Device/ClassDriver/MassStorageKeyboard/makefile
index
928aa0e
..
16d6712
100644
(file)
--- a/
Demos/Device/ClassDriver/MassStorageKeyboard/makefile
+++ b/
Demos/Device/ClassDriver/MassStorageKeyboard/makefile
@@
-224,9
+224,10
@@
CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
CFLAGS += -funsigned-bitfields
CFLAGS += -ffunction-sections
CFLAGS += -funsigned-char
CFLAGS += -funsigned-bitfields
CFLAGS += -ffunction-sections
+CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
-CFLAGS += -f
inline-limit=20
+CFLAGS += -f
no-strict-aliasing
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef