From fd36038e320b7e9c4f041ff2cc937496a80daf5d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Apr 2016 12:38:56 +0200 Subject: [PATCH] C++ flags --- mop/project/templater/template-cpp.cbp | 2 +- mop/public/compile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mop/project/templater/template-cpp.cbp b/mop/project/templater/template-cpp.cbp index 950aa62..51dd58f 100644 --- a/mop/project/templater/template-cpp.cbp +++ b/mop/project/templater/template-cpp.cbp @@ -31,7 +31,7 @@ - + diff --git a/mop/public/compile b/mop/public/compile index e95ac5f..6aa55d5 100755 --- a/mop/public/compile +++ b/mop/public/compile @@ -25,7 +25,7 @@ else c) comm="gcc -static -DEVAL -O2 -std=gnu11 $cflags $src -o ${bin} -lm" ;; cpp) - comm="g++ -static -DEVAL -O2 -std=gnu++0x $cflags $src -o ${bin}" ;; + comm="g++ -static -DEVAL -O2 -std=gnu++11 $cflags $src -o ${bin}" ;; pas) comm="fpc $cflags -XS -dEVAL -O2 -o${bin} $src";; *) -- 2.39.2