Tells the compiler to provide full stack security level checking.
Linux: | None |
Windows: | /GS /GS- |
None
/GS- |
The compiler does not detect buffer overruns. |
This option tells the compiler to provide full stack security level checking.
This option has been added for Microsoft compatibility. For more details about option /GS, see the Microsoft documentation.
Visual Studio: Code Generation > Security Check
Eclipse: None
SYCL: None
C++: Linux: -fstack-security-check
C++: Windows: None