noprint

Option Type Default Value #pragma options C C++
-qoption - - x x

Syntax

    -qnoprint 

Purpose
Suppresses listings. -qnoprint overrides all of the listing-producing options, regardless of where they are specified.

Notes
The default is not to suppress listings if they are requested.

The options that produce listings 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


List of Batch Compiler Options and Their Defaults
Options that Specify Compiler Output
Equivalent Batch Compile-Link and Incremental Build Options