From 43b5f9312d56be400af031f7487a99b75b7b0f97 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 24 Jan 2010 20:43:08 +0000 Subject: make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Hello/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/Transforms/Hello') diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 46f80989c3..c5e75d43af 100644 --- a/lib/Transforms/Hello/Makefile +++ b/lib/Transforms/Hello/Makefile @@ -11,7 +11,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 USEDLIBS = -CXXFLAGS = -fno-rtti include $(LEVEL)/Makefile.common -- cgit v1.2.3