Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/USBasp.git] / Demos / Host / LowLevel / StillImageHost / makefile
index c9a2c1d..70c5aae 100644 (file)
@@ -213,6 +213,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