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/Lex/Makefile | |
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/Lex/Makefile')
-rw-r--r-- | lib/Lex/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Lex/Makefile b/lib/Lex/Makefile index a2437da812..509077017c 100644 --- a/lib/Lex/Makefile +++ b/lib/Lex/Makefile @@ -16,7 +16,6 @@ include $(LEVEL)/Makefile.config LIBRARYNAME := clangLex BUILD_ARCHIVE = 1 -CXXFLAGS = -fno-rtti ifeq ($(ARCH),PowerPC) CXXFLAGS += -maltivec |