Technical Support
On-Line Manuals
Compiler Reference Guide
--exceptions_unwind
--no_exceptions_unwind
This option enables or disables function unwinding for exception-aware code. This option is only effective if --exceptions is enabled.
--exceptions
When you use --no_exceptions_unwind and --exceptions then no exception can propagate through the compiled functions. std::terminate is called instead.
std::terminate
The default is --exceptions_unwind.
--exceptions, --no_exceptions
Function unwinding at runtime.