Intel® Fortran Compiler XE 13.1 User and Reference Guides
Specifies the stack reserve amount for the program.
All
Linux and OS X: | None |
Windows: | /Fn |
n |
Is the stack reserve amount. It can be specified as a decimal integer or by using a C-style convention for constants (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