Everything

-noexception


< Compile Options / Microcontroller Options >

[Format]

-noexception

 

-

[Default]

The C++ exceptional handling function (try, catch, throw) is disabled.

[Description]

-

The C++ exceptional handling function (try, catch, throw) is disabled.

[Remarks]

-

In order to use the C++ exceptional handling function among files, perform the following:

-

Specify rtti=on.

-

Do not specify the noprelink option in the optimizing linkage editor.

-

The noexception option can be specified only at C++ compilation. The noexception option cannot be specified when lang=cpp has not been specified and the input file extension is .c or .p. If specified, an error will occur.