Intel® C++ Compiler 16.0 User and Reference Guide

Zg

Tells the compiler to generate function prototypes. This is a deprecated option. There is no replacement option.

Syntax

Linux and OS X:

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