Restricting Optimizations

The following options restrict or preclude the compiler's ability to optimize your program:

-O0

Disables optimizations -O1 and-or -O2.

-nolib_inline

Disable inline expansion of intrinsic functions.

For more information on ways to restrict optimization, see Interprocedural Optimizations with -Qoption.