/GZ (Enable Stack Frame Run-Time Error Checking)
Visual Studio .NET 2003
/GZ
The /GZ compiler option now performs the same operations as the /RTC1 option.
/GZ is only for use in a non-optimized (/Od) build.
To set this compiler option in the Visual Studio development environment
- Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
- Click the C/C++ folder.
- Click the Command Line property page.
- Type the compiler option in the Additional Options box.
To set this compiler option programmatically
See AdditionalOptions.