| |||
| Home > Compiler Command-line Options > Command-line options > --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.
When you use --no_exceptions_unwind and --exceptions then
no exception can propagate through the compiled functions. std::terminate is
called instead.