summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/Makefile.old
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/Makefile.old')
-rw-r--r--compiler-rt/lib/tsan/rtl/Makefile.old2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/Makefile.old b/compiler-rt/lib/tsan/rtl/Makefile.old
index 2a718690a46..79c761ce3f4 100644
--- a/compiler-rt/lib/tsan/rtl/Makefile.old
+++ b/compiler-rt/lib/tsan/rtl/Makefile.old
@@ -1,4 +1,4 @@
-CXXFLAGS = -std=c++11 -fPIE -g -Wall -Werror -fno-builtin -DTSAN_DEBUG=$(DEBUG) -DSANITIZER_DEBUG=$(DEBUG)
+CXXFLAGS = -std=c++11 -fPIE -g -Wall -Werror -fno-builtin -msse3 -DTSAN_DEBUG=$(DEBUG) -DSANITIZER_DEBUG=$(DEBUG)
CLANG=clang
ifeq ($(DEBUG), 0)
CXXFLAGS += -O3
OpenPOWER on IntegriCloud