Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/USBasp.git] / Bootloaders / CDC / makefile
index d6ad1ac..ddb90c0 100644 (file)
@@ -211,6 +211,7 @@ CFLAGS += -ffunction-sections
 CFLAGS += -fpack-struct
 CFLAGS += -fshort-enums
 CFLAGS += -fno-inline-small-functions
+CFLAGS += -fno-strict-aliasing
 CFLAGS += -Wall
 CFLAGS += -Wstrict-prototypes
 CFLAGS += -Wundef