projects
/
pub
/
USBasp.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/USBasp.git]
/
Bootloaders
/
DFU
/
makefile
diff --git
a/Bootloaders/DFU/makefile
b/Bootloaders/DFU/makefile
index
ff033b3
..
909b3f7
100644
(file)
--- a/
Bootloaders/DFU/makefile
+++ b/
Bootloaders/DFU/makefile
@@
-213,6
+213,7
@@
CFLAGS += -fdata-sections
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -fno-inline-small-functions
+CFLAGS += -fno-strict-aliasing
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef