Initializes all local variables.
This option has been deprecated.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | None |
Windows: | /GZ |
None
OFF | The compiler does not initialize local variables. |
This option initializes all local variables to a non-zero value. To use this option, you must also specify option /Od.
None