Initializes all local variables. This is a deprecated option that may be removed in a future release.
Linux: | None |
macOS: | 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.
This is a deprecated option that may be removed in a future release. The replacement option is /RTC1.
Linux and macOS: None
Windows: /RTC1