Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/USBasp.git] / Demos / Device / ClassDriver / RNDISEthernet / makefile
index c2a8f30..3cca063 100644 (file)
@@ -226,6 +226,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