Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-77073332-3D0E-4CBF-B25C-D0466900BE43
Visible to Intel only — GUID: GUID-77073332-3D0E-4CBF-B25C-D0466900BE43
GZ
Initializes all local variables. This is a deprecated option that may be removed in a future release.
Syntax
Linux: |
None |
macOS: |
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.
This is a deprecated option that may be removed in a future release. The replacement option is /RTC1.
IDE Equivalent
Alternate Options
Linux and macOS: None
Windows: /RTC1