Syntax

-Wl,option

Description

The -Wl command-line option passes option directly to the linker.

Example

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

hcl -Wl,-V