list

Applies to C Applies to C++

Purpose

Produces a compiler listing that includes an object listing.

Syntax


Syntax Diagram

See also #pragma options.

Notes

The -qnoprint compiler option overrides this option.

Example

To compile myprogram.C and produce an object listing, enter:

xlc++ myprogram.C -qlist

Related References

Compiler Command Line Options
print
#pragma options IBM Copyright 2003