diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-24 20:43:31 +0000 |
commit | 0bb46d285cb2bb0f582d0935f58f57a9be8bf2cd (patch) | |
tree | e2a1bcdb2cdb9780318cdb60efc4baf355b6556b /lib/Index | |
parent | 2f93a98d4052807c2068ee48f42013e4295a26d6 (diff) |
-fno-rtti is now the default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94379 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index')
-rw-r--r-- | lib/Index/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Index/Makefile b/lib/Index/Makefile index 7dee87f3b6..9d33a2d175 100644 --- a/lib/Index/Makefile +++ b/lib/Index/Makefile @@ -16,7 +16,6 @@ include $(LEVEL)/Makefile.config LIBRARYNAME := clangIndex BUILD_ARCHIVE = 1 -CXXFLAGS = -fno-rtti ifeq ($(ARCH),PowerPC) CXXFLAGS += -maltivec |