[tsan] Remove -Wgnu from Makefile.old.

llvm-svn: 182580
This commit is contained in:
Evgeniy Stepanov 2013-05-23 11:57:47 +00:00
parent 6535f510a3
commit bfbd37e6e7
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ CLANG=clang
ifeq ($(DEBUG), 0)
CXXFLAGS += -O3
endif
ifeq ($(CXX), $(CLANG)++)
CXXFLAGS+= -Wgnu
endif
# For interception. FIXME: move interception one level higher.
INTERCEPTION=../../interception