Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-08A3E1B3-0340-4335-9E02-E923140B9B00
Visible to Intel only — GUID: GUID-08A3E1B3-0340-4335-9E02-E923140B9B00
F (Windows*)
Specifies the stack reserve amount for the program.
Linux: |
None |
macOS: |
None |
Windows: |
/Fn |
n |
Is the stack reserve amount. It can be specified as a decimal integer or as a hexadecimal constant by using a C-style convention (for example, /F0x1000). |
OFF |
The stack size default is chosen by the operating system. |
This option specifies the stack reserve amount for the program. The amount (n) is passed to the linker.
Note that the linker property pages have their own option to do this.
None