Produces a compiler listing that includes an object listing.
See also #pragma options.
The -qnoprint compiler option overrides this option.
To compile myprogram.C and produce an object listing, enter:
xlc++ myprogram.C -qlist
Compiler Command Line Options print #pragma options