aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Bootloaders/DFU/makefile')
-rw-r--r--Bootloaders/DFU/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bootloaders/DFU/makefile b/Bootloaders/DFU/makefile
index ff033b31a..909b3f769 100644
--- a/Bootloaders/DFU/makefile
+++ b/Bootloaders/DFU/makefile
@@ -213,6 +213,7 @@ CFLAGS += -fdata-sections
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
CFLAGS += -fno-inline-small-functions
+CFLAGS += -fno-strict-aliasing
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef