Enables or suppresses listings. Specifying -qnoprint overrides all listing-producing options, regardless of where they are specified, to suppress listings.
.-print---. >>- -q--+-noprint-+--------------------------------------------><
The default of -qprint enables listings if they are requested by other compiler options. These options are:
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 information