Non-Confidential | ![]() | ARM DUI0472J | ||
| ||||
Home > Compiler Command-line Options > --exceptions_unwind, --no_exceptions_unwind |
Enables and 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
.