Stop building RTTI information for *most* llvm libraries. Notable
[oota-llvm.git] / lib / Transforms / Instrumentation / Makefile
index 6cbc7a9cd88af95e66779c4728237332168c29ec..12388968f1c8b58e358c2c151835a5a2f7062871 100644 (file)
@@ -10,6 +10,7 @@
 LEVEL = ../../..
 LIBRARYNAME = LLVMInstrumentation
 BUILD_ARCHIVE = 1
+CXXFLAGS = -fno-rtti
 
 include $(LEVEL)/Makefile.common