From 3ef03f71dc3cfe03191d93916d66539c94637c17 Mon Sep 17 00:00:00 2001
From: whh8b <whh8b@git.zephyr-software.com>
Date: Mon, 14 Dec 2015 05:19:51 +0000
Subject: [PATCH] Use C++11 (at least temporarily)

---
 SConstruct | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index c173b4402..ff3f7e3fe 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@ env=Environment()
 
 # default build options
 env.Replace(CFLAGS=" -fPIC ")
-env.Replace(CXXFLAGS="-fPIC ")
+env.Replace(CXXFLAGS=" -std=c++11 -fPIC ")
 env.Replace(LINKFLAGS=" -fPIC ")
 
 # parse arguments
-- 
GitLab