-Cpp_exceptions

Controls the use of C++ exceptions.

Syntax
  -cpp_exceptions on | off   
Remarks

When on, the compiler recognizes the try, catch, and throw keywords and generates extra executable code and data to handle exception throwing and catching.

Note: The S12Z C++ does not support exceptions. The option is automatically set to OFF and cannot be activated.