Informs the compiler that the stack can be unwound while a routine in the compilation is active.
.-unwind---. >>- -q--+-nounwind-+-------------------------------------------><
Specifying -qnounwind can improve optimization of non-volatile register saves and restores.
For C++ programs, specifying -qnounwind also implies -qnoeh.
Related information