V

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

Syntax

    -V 

Purpose
Instructs the compiler to report information on the progress of the compilation, names the programs being invoked within the compiler and the options being specified to each program. Information is displayed in a format similar to that of shell commands.

Notes
The -V option is overridden by the -# option.

Example
To compile myprogram.C so you can watch the progress of the compilation and see messages that describe the progress of the compilation, the programs being invoked, and the options being specified, enter:

xlC myprogram.C -V


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