Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/lufa.git] / Projects / LEDNotifier / makefile
index 805dac4..5b3e476 100644 (file)
@@ -214,6 +214,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