Intel® C++ Compiler 16.0 User and Reference Guide
Determines whether the compiler generates code that detects some buffer overruns.
Linux and OS X: | None |
Windows: | /GS /GS- |
None
/GS- |
The compiler does not detect buffer overruns. |
This option determines whether the compiler generates code that detects some buffer overruns that overwrite a function's return address, exception handler address, or certain types of parameters.
This option has been added for Microsoft compatibility. It uses the Microsoft implementation.
For more details about option /GS, see the Microsoft documentation.
Visual Studio: Code Generation > Buffer Security Check
Eclipse: None
Xcode: None
None