diff --git a/uppbox/Scripts/CLANGMK.bm b/uppbox/Scripts/CLANGMK.bm index bb3834335..9844a01cf 100644 --- a/uppbox/Scripts/CLANGMK.bm +++ b/uppbox/Scripts/CLANGMK.bm @@ -1,7 +1,7 @@ BUILDER = "CLANG"; COMPILER = "clang++"; COMMON_OPTIONS = "-Wno-logical-op-parentheses"; -COMMON_CPP_OPTIONS = "-std=c++0x"; +COMMON_CPP_OPTIONS = "-std=c++11"; COMMON_C_OPTIONS = ""; COMMON_FLAGS = ""; DEBUG_INFO = "2"; diff --git a/uppbox/Scripts/GCCMK.bm b/uppbox/Scripts/GCCMK.bm index c9f18026f..2f79014c8 100644 --- a/uppbox/Scripts/GCCMK.bm +++ b/uppbox/Scripts/GCCMK.bm @@ -1,5 +1,5 @@ BUILDER = "GCC"; -COMMON_CPP_OPTIONS = "-std=c++0x"; +COMMON_CPP_OPTIONS = "-std=c++11"; DEBUG_INFO = "2"; DEBUG_BLITZ = "1"; DEBUG_LINKMODE = "1";