Restricting Optimizations

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

Option Description
-O0 Disables all optimizations.
-nolib_inline Disable inline expansion of intrinsic functions.