aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index 50a360f..281d58b 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -10,6 +10,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMTarget
BUILD_ARCHIVE = 1
+CXXFLAGS = -fno-rtti
# We include this early so we can access the value of TARGETS_TO_BUILD as the
# value for PARALLEL_DIRS which must be set before Makefile.rules is included