From cbf4792ae0490420cf758593394ee9201ed02c83 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 23 Oct 2015 18:42:51 +0000 Subject: [PATCH] .install issues git-svn-id: svn://ultimatepp.org/upp/trunk@9070 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/Scripts/GCCMK.bm | 1 + 1 file changed, 1 insertion(+) diff --git a/uppbox/Scripts/GCCMK.bm b/uppbox/Scripts/GCCMK.bm index 107528858..c9f18026f 100644 --- a/uppbox/Scripts/GCCMK.bm +++ b/uppbox/Scripts/GCCMK.bm @@ -1,4 +1,5 @@ BUILDER = "GCC"; +COMMON_CPP_OPTIONS = "-std=c++0x"; DEBUG_INFO = "2"; DEBUG_BLITZ = "1"; DEBUG_LINKMODE = "1";