Commit ecbcd99c authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

include c++11 for autotools

parent 70de02bf
......@@ -41,4 +41,4 @@ mkdir build || true
cd build
../configure
make -j ${NPROCESSORS:-2}
make -j -std=c++11 {NPROCESSORS:-2}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment