diff options
Diffstat (limited to 'Projects/USBtoSerial/makefile')
-rw-r--r-- | Projects/USBtoSerial/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/USBtoSerial/makefile b/Projects/USBtoSerial/makefile index 196016950..bb6448485 100644 --- a/Projects/USBtoSerial/makefile +++ b/Projects/USBtoSerial/makefile @@ -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 |