aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/RelayBoard/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/RelayBoard/makefile')
-rw-r--r--Projects/RelayBoard/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/RelayBoard/makefile b/Projects/RelayBoard/makefile
index 675844630..b64169a67 100644
--- a/Projects/RelayBoard/makefile
+++ b/Projects/RelayBoard/makefile
@@ -208,10 +208,11 @@ CFLAGS += $(CDEFS)
CFLAGS += -O$(OPT)
CFLAGS += -funsigned-char
CFLAGS += -funsigned-bitfields
+CFLAGS += -ffunction-sections
CFLAGS += -fno-inline-small-functions
CFLAGS += -fpack-struct
CFLAGS += -fshort-enums
-CFLAGS += -ffunction-sections
+CFLAGS += -fno-strict-aliasing
CFLAGS += -Wall
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef