Disable RTTI handling until we're ready.

llvm-svn: 36651
This commit is contained in:
Reid Spencer 2007-05-02 21:31:09 +00:00
parent e6bc20629d
commit 700a0381b5
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ endif
# IF REQUIRES_RTTI=1 is specified then don't disable run-time type id
ifndef REQUIRES_RTTI
CXX.Flags += -fno-rtti
# CXX.Flags += -fno-rtti
endif
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),