summaryrefslogtreecommitdiffstats
path: root/tmk_core/avr.mk
diff options
context:
space:
mode:
authorxyverz <xyverz@gmail.com>2016-12-13 18:06:49 -0800
committerxyverz <xyverz@gmail.com>2016-12-13 18:06:49 -0800
commit0523657923d2bc8e9515fcb8125d8ceb7a70d862 (patch)
treec52a29838a67eb6c032b1950839ac889a1a6330c /tmk_core/avr.mk
parent592b90dd221d3847d359b9a4dbd258b9ceb2b3ce (diff)
parent20892bf706219f19a5f9cd34abd4f772ab4ee570 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tmk_core/avr.mk')
-rw-r--r--tmk_core/avr.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk
index b48173341a..5df539def5 100644
--- a/tmk_core/avr.mk
+++ b/tmk_core/avr.mk
@@ -26,7 +26,7 @@ CFLAGS += -fno-inline-small-functions
CFLAGS += -fno-strict-aliasing
CPPFLAGS += $(COMPILEFLAGS)
-CPPFLAGS += -fno-exceptions
+CPPFLAGS += -fno-exceptions -std=c++11
LDFLAGS +=-Wl,--gc-sections