Disables stack-checking for routines with more than a specified number of bytes of local variables and compiler temporaries.
IA-32, Intel® 64 architectures
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
Copyright © 1996-2011, Intel Corporation. All rights reserved.