Disables stack-checking for routines with more than a specified number of bytes of local variables and compiler temporaries.
None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
| Linux and Mac OS X: | None |
| Windows: | /Gs[n] |
| n | Is the number of bytes of local variables and compiler temporaries. |
| 4096 | Stack checking is disabled for routines with more than 4KB of stack space allocated. |
This option disables stack-checking for routines with n or more bytes of local variables and compiler temporaries. If you do not specify n, you get the default of 4096.
None