GZ

Initializes all local variables.

This option has been deprecated.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: 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