diff options
author | Gennadiy Civil <misterg@google.com> | 2018-09-25 15:45:52 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-09-25 15:45:52 -0400 |
commit | e2f45b1bb85fab5db5326a1cd8feb8750765ab79 (patch) | |
tree | 65d833cbbbfe83ce27f6692f452dc968aa162627 /ci | |
parent | f60de198afd851a8538cddd5e36d4acfec5b26b2 (diff) | |
download | googletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.tar.gz googletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.tar.bz2 googletest-e2f45b1bb85fab5db5326a1cd8feb8750765ab79.zip |
autotools c++11
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/build-linux-autotools.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build-linux-autotools.sh b/ci/build-linux-autotools.sh index 385e8c21..8954a4f0 100755 --- a/ci/build-linux-autotools.sh +++ b/ci/build-linux-autotools.sh @@ -39,6 +39,6 @@ autoreconf -i # Run in a subdirectory to keep the sources clean mkdir build || true cd build -../configure +../configure CXX="-std=c++11" make -j {NPROCESSORS:-2} |