Hello,
here is definition from CodeWarrior user manual:
Checked - generates executable code for C++ exceptions.
Clear—generates smaller, faster executable code.
Enable the Enable C++ Exceptions setting if you use the try, throw, and catch statements specified in the ISO/IEC 14882-1998 C++ standard.
Otherwise, disable this setting to generate smaller and faster code.
Best Regards,
Martin