Move NO_WTHREAD_SAFETY to googletest.test.inc.mk

This variable is necessary to compile with googletest at a global level. Move
it there.
This commit is contained in:
Enji Cooper 2019-02-21 06:49:20 +00:00
parent c1bcc48b3c
commit 1d4fb286a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/import-googletest-1.8.1/; revision=344423
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,4 @@ GOOGLETEST_SRCROOT= ${GTEST_DIR}/googletest
CXXFLAGS+= ${GTESTS_FLAGS}
NO_WTHREAD_SAFETY=
WARNS?= 6

View File

@ -10,3 +10,5 @@ GTESTS_CXXFLAGS+= -std=c++11
# XXX: src.libnames.mk should handle adding this directory.
GTESTS_CXXFLAGS+= -I${DESTDIR}${INCLUDEDIR}/private
NO_WTHREAD_SAFETY=