mirror of
https://github.com/google/googletest.git
synced 2025-01-08 13:15:43 +08:00
autotools c++11
This commit is contained in:
parent
e2f45b1bb8
commit
c159a7719c
@ -1,4 +1,6 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
AM_CXXFLAGS = -std=gnu++11
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
@ -39,6 +39,6 @@ autoreconf -i
|
||||
# Run in a subdirectory to keep the sources clean
|
||||
mkdir build || true
|
||||
cd build
|
||||
../configure CXX="-std=c++11"
|
||||
../configure
|
||||
|
||||
make -j {NPROCESSORS:-2}
|
||||
|
Loading…
x
Reference in New Issue
Block a user