Intel® C++ Compiler 16.0 User and Reference Guide

GZ

Initializes all local variables. This is a deprecated option. The replacement option is /RTC1.

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.

IDE Equivalent

None

Alternate Options

Linux and OS X: None

Windows: /RTC1