print

Applies to C Applies to C++

Purpose

Enables or suppresses listings. Specifying -qnoprint overrides all listing-producing options, regardless of where they are specified, to suppress listings.

Syntax


Syntax Diagram

Notes

The default of -qprint enables listings if they are requested by other compiler options. These options are:

Example

To compile myprogram.C and suppress all listings, even if some files have #pragma options source and similar directives, enter:

xlc myprogram.c -qnoprint

Related References

Compiler Command Line Options
attr
list
listopt
source
xref IBM Copyright 2003