Enables stack probing when the stack is dynamically expanded at run-time.
None
IntelŪ ItaniumŪ architecture
Linux: | None |
Windows: | /Qchkstk /Qchkstk- |
None
ON | Stack probing is enabled when the stack is dynamically expanded at run-time. |
This option enables stack probing when the stack is dynamically expanded at run-time.
It instructs the compiler to generate a call to _chkstk. The call will probe the requested memory and detect possible stack overflow.
To cancel the call to _chkstk, specify /Qchkstk-.
None