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