Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/lufa.git] / Projects / XPLAINBridge / makefile
index c2bff7e..9df8d1b 100644 (file)
@@ -236,6 +236,7 @@ CFLAGS += -ffunction-sections
 CFLAGS += -fno-inline-small-functions
 CFLAGS += -fpack-struct
 CFLAGS += -fshort-enums
+CFLAGS += -fno-strict-aliasing
 CFLAGS += -Wall
 CFLAGS += -Wstrict-prototypes
 CFLAGS += -Wundef