/qrtti Compiler Option (C++)

Syntax: Default:
/qrtti=rtoption /qnortti
/qnortti  

Use /qrtti to generate information for the typeid operator and the dynamic_cast operator.

The suboptions (rtoption) are:

ALL The compiler generates the information needed for the RTTI typeid and dynamic_cast operators.
TYPE[INFO] The compiler generates the information needed for the RTTI typeid operator, but the information needed for dynamic_cast operator is not generated.
DYNA[MICCAST] The compiler generates the information needed for the RTTI dynamic_cast operator, but the information needed for typeid operator is not generated.


Summary of Compiler Options
Language-Dependent Options