forked from OSchip/llvm-project
tsan: fix makefile
allow to build custom configurations llvm-svn: 157259
This commit is contained in:
parent
2b1ff46ed1
commit
4d30e9b5eb
|
@ -8,6 +8,7 @@ INCLUDES= -I../..
|
|||
EXTRA_CXXFLAGS=-fno-exceptions
|
||||
NO_SYSROOT=--sysroot=.
|
||||
CXXFLAGS+=$(EXTRA_CXXFLAGS)
|
||||
CXXFLAGS+=$(CFLAGS)
|
||||
ifeq ($(DEBUG), 0)
|
||||
CXXFLAGS+=-fomit-frame-pointer
|
||||
ifeq ($(CXX), g++)
|
||||
|
|
Loading…
Reference in New Issue