Disable strict aliasing explicitly in the project makefiles, as this is apparently...
[pub/USBasp.git] / Demos / Host / ClassDriver / RNDISEthernetHost / makefile
index e001745..a2b408c 100644 (file)
@@ -212,6 +212,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