Intel® C++ Compiler XE 13.1 User and Reference Guides

GZ

Initializes all local variables. This option is deprecated.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

None

Windows:

/GZ

Arguments

None

Default

OFF

The compiler does not initialize local variables.

Description

This option initializes all local variables to a non-zero value. To use this option, you must also specify option /Od.

Alternate Options

None


Submit feedback on this help topic