Zg

Tells the compiler to generate function prototypes. This is a deprecated option. There is no replacement option. This content is specific to C++; it does not apply to DPC++.

Syntax

Linux:

None

Windows:

/Zg

Arguments

None

Default

OFF

The compiler does not create function prototypes.

Description

This option tells the compiler to generate function prototypes.

IDE Equivalent

None

Alternate Options

None