From d6c8239df089949dfac21e250312cc7be6be105e Mon Sep 17 00:00:00 2001 From: whh8b <whh8b@git.zephyr-software.com> Date: Fri, 16 Oct 2015 19:10:33 +0000 Subject: [PATCH] Update to c++11 compiler. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8a9014f2c..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