tsan: fix makefile

allow to build custom configurations

llvm-svn: 157259
This commit is contained in:
Dmitry Vyukov 2012-05-22 16:46:05 +00:00
parent 2b1ff46ed1
commit 4d30e9b5eb
1 changed files with 1 additions and 0 deletions

View File

@ -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++)