Intel® C++ Compiler XE 13.1 User and Reference Guides
Initializes all local variables. This option is deprecated.
All
Linux and OS X: | 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