Option Type | Default Value | #pragma options | C | C++ |
-qoption | nolist | LIST | x | x |
Syntax
-qlist | -qnolist LIST | NOLIST
Purpose
Produces a compiler listing that includes an object listing.
Notes
For C, options that are not defaults appear in all listings,
even if nolist is specified. The noprint
option overrides this option. This does not appply to C++.
Example
To compile myprogram.c to produce an object listing enter:
xlC myprogram.c -qlist
List of Compiler Options and Their
Defaults
Options that Specify Compiler Output