< Compile Options / Microcontroller Options >
The default for this option is rtti=off.
Do not define relocatable files (.obj) that were created by this option in a library, and do not output files in the relocatable format (.rel) through the optimizing linkage editor. A symbol double definition error or symbol undefined error may occur. |
rtti=on can be specified only at C++ compilation. rtti=on is ignored when lang=cpp has not been specified and the input file extension is .c or .p. |