Syntax

-Wc,option

Description

The -Wc command line option passes option directly to the C compiler.

Example

The following command line option passes -V directly to the C compiler—the effect of this is to force the compiler to display its version information.

-Wc,-V