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:
ngie 2019-02-21 06:49:20 +00:00
parent f958f5ea89
commit 2a1bbdb288
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=