Enables or disables C++ Run Time Type Information (RTTI).
Windows: Language > Enable Run-Time Type Information (VS 2010)
Language > Enable Run-Time Type Info (VS 2005/2008)
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | None |
Windows: | /GR /GR- |
None
/GR |
C++ Run Time Type Information (RTTI) is enabled. |
This option enables or disables C++ Run Time Type Information (RTTI).
To disable C++ Run Time Type Information (RTTI), specify option /GR-.
None
Copyright © 1996-2010, Intel Corporation. All rights reserved.