Intel® C++ Compiler XE 13.1 User and Reference Guides
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 2008)
Linux: None
OS X: None
All
Linux and 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