From 106d998eed0602b12110de5989fd64f577898f5d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jun 2015 23:26:56 +0200 Subject: [PATCH] MO-P: ... and gnu11 --- mop/project/templater/template-c.cbp | 2 +- mop/public/compile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mop/project/templater/template-c.cbp b/mop/project/templater/template-c.cbp index 5fe4fbf..c333b1e 100644 --- a/mop/project/templater/template-c.cbp +++ b/mop/project/templater/template-c.cbp @@ -31,7 +31,7 @@ - + diff --git a/mop/public/compile b/mop/public/compile index 6aa55d5..e95ac5f 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++11 $cflags $src -o ${bin}" ;; + comm="g++ -static -DEVAL -O2 -std=gnu++0x $cflags $src -o ${bin}" ;; pas) comm="fpc $cflags -XS -dEVAL -O2 -o${bin} $src";; *) -- 2.39.2