diff options
Diffstat (limited to 'tmk_core')
| -rw-r--r-- | tmk_core/avr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index b48173341..5df539def 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk | |||
| @@ -26,7 +26,7 @@ CFLAGS += -fno-inline-small-functions | |||
| 26 | CFLAGS += -fno-strict-aliasing | 26 | CFLAGS += -fno-strict-aliasing |
| 27 | 27 | ||
| 28 | CPPFLAGS += $(COMPILEFLAGS) | 28 | CPPFLAGS += $(COMPILEFLAGS) |
| 29 | CPPFLAGS += -fno-exceptions | 29 | CPPFLAGS += -fno-exceptions -std=c++11 |
| 30 | 30 | ||
| 31 | LDFLAGS +=-Wl,--gc-sections | 31 | LDFLAGS +=-Wl,--gc-sections |
| 32 | 32 | ||
