Produces a compiler listing file that includes all options in effect at the time of compiler invocation.
When listopt is in effect, a listing file is generated with a .lst suffix for each source file named on the command line. The listing shows options in effect as set by the compiler defaults, the configuration file, and command line settings.
.-nolistopt-. >>- -q--+-listopt---+------------------------------------------><
@PROCESS:
@PROCESS LISTOPT | NOLISTOPT
-qnolistopt
You can use the option listing during debugging to check whether a problem occurs under a particular combination of compiler options, or during performance testing to record the optimization options in effect for a particular compilation.
The -qnoprint compiler option overrides this option.