2.1.45. ‑‑[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.
The default is ‑‑exceptions_unwind.