Skip to content
Snippets Groups Projects
Commit e2f45b1b authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

autotools c++11

parent f60de198
No related branches found
No related tags found
No related merge requests found
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment