1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

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 8258514cce
commit 4d37314301

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),