mirror of
https://github.com/google/googletest.git
synced 2025-01-09 21:57:40 +08:00
autotools c++11
This commit is contained in:
parent
f60de198af
commit
e2f45b1bb8
@ -39,6 +39,6 @@ autoreconf -i
|
|||||||
# Run in a subdirectory to keep the sources clean
|
# Run in a subdirectory to keep the sources clean
|
||||||
mkdir build || true
|
mkdir build || true
|
||||||
cd build
|
cd build
|
||||||
../configure
|
../configure CXX="-std=c++11"
|
||||||
|
|
||||||
make -j {NPROCESSORS:-2}
|
make -j {NPROCESSORS:-2}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user