autotools c++11

pull/1862/head
Gennadiy Civil 6 years ago
parent f60de198af
commit e2f45b1bb8
  1. 2
      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}

Loading…
Cancel
Save