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

include c++11 for autotools

parent 70de02bf
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,4 @@ mkdir build || true
cd build
../configure
make -j ${NPROCESSORS:-2}
make -j -std=c++11 {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