The adafruit BLE C++ code requires -std=c++11
This commit is contained in:
parent
985a091a73
commit
901f29e3aa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ CFLAGS += -fno-inline-small-functions
|
||||||
CFLAGS += -fno-strict-aliasing
|
CFLAGS += -fno-strict-aliasing
|
||||||
|
|
||||||
CPPFLAGS += $(COMPILEFLAGS)
|
CPPFLAGS += $(COMPILEFLAGS)
|
||||||
CPPFLAGS += -fno-exceptions
|
CPPFLAGS += -fno-exceptions -std=c++11
|
||||||
|
|
||||||
LDFLAGS +=-Wl,--gc-sections
|
LDFLAGS +=-Wl,--gc-sections
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue