Syntax

-Wc,option

Description

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

Example

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

hcl -Wc,-V