mirror of
https://github.com/google/googletest.git
synced 2025-01-09 13:45:24 +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
|
## Process this file with automake to produce Makefile.in
|
||||||
|
AM_CXXFLAGS = -std=gnu++11
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
@ -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 CXX="-std=c++11"
|
../configure
|
||||||
|
|
||||||
make -j {NPROCESSORS:-2}
|
make -j {NPROCESSORS:-2}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user