Merge pull request #942 from priyadi/cpp11
The adafruit BLE C++ code requires -std=c++11
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user