aboutsummaryrefslogtreecommitdiffstats
path: root/ci/build-linux-autotools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build-linux-autotools.sh')
-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 8954a4f0..385e8c21 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 CXX="-std=c++11"
+../configure
make -j {NPROCESSORS:-2}