| |||
| Home > Compiler Command-line Options > --rtti_data, --no_rtti_data | |||
These options enable and disable the generation of C++ RTTI data.
The option --no_rtti only disables source-level
RTTI features such as dynamic_cast, whereas --no_rtti_data disables
both source-level features and the generation of RTTI data.
In RVCT 4.0 and later, -fno-rtti implies --no_rtti_data when
using GCC command-line translation.