aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/chibios.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/chibios.mk')
-rw-r--r--tmk_core/chibios.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmk_core/chibios.mk b/tmk_core/chibios.mk
index b2e364f21..f9e52aed2 100644
--- a/tmk_core/chibios.mk
+++ b/tmk_core/chibios.mk
@@ -167,8 +167,8 @@ CFLAGS += $(COMPILEFLAGS)
167 167
168ASFLAGS += $(THUMBFLAGS) 168ASFLAGS += $(THUMBFLAGS)
169 169
170CPPFLAGS += $(COMPILEFLAGS) 170CXXFLAGS += $(COMPILEFLAGS)
171CPPFLAGS += -fno-rtti 171CXXFLAGS += -fno-rtti
172 172
173LDFLAGS +=-Wl,--gc-sections 173LDFLAGS +=-Wl,--gc-sections
174LDFLAGS +=-Wl,--no-wchar-size-warning 174LDFLAGS +=-Wl,--no-wchar-size-warning