aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-09-25 14:22:11 -0400
committerGennadiy Civil <misterg@google.com>2018-09-25 14:22:11 -0400
commitecbcd99c4f00aecfb93743ffdfbffade6abd5a85 (patch)
tree493a3d671cfe1942ae18b423083801bcf634557e
parent70de02bf2cfb46ad65e275b89de6dc0eeadbc183 (diff)
downloadgoogletest-ecbcd99c4f00aecfb93743ffdfbffade6abd5a85.tar.gz
googletest-ecbcd99c4f00aecfb93743ffdfbffade6abd5a85.tar.bz2
googletest-ecbcd99c4f00aecfb93743ffdfbffade6abd5a85.zip
include c++11 for autotools
-rwxr-xr-xci/build-linux-autotools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-linux-autotools.sh b/ci/build-linux-autotools.sh
index cc404e9b..28d70446 100755
--- a/ci/build-linux-autotools.sh
+++ b/ci/build-linux-autotools.sh
@@ -41,4 +41,4 @@ mkdir build || true
cd build
../configure
-make -j ${NPROCESSORS:-2}
+make -j -std=c++11 {NPROCESSORS:-2}