include c++11 for autotools
This commit is contained in:
parent
70de02bf2c
commit
ecbcd99c4f
|
@ -41,4 +41,4 @@ mkdir build || true
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure
|
||||||
|
|
||||||
make -j ${NPROCESSORS:-2}
|
make -j -std=c++11 {NPROCESSORS:-2}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user