Intel® Fortran Compiler XE 13.1 User and Reference Guides
Prevents linking with shared libraries.
All
Linux: | -static |
OS X: | None |
Windows: | /static |
None
Linux: OFF |
On Linux* systems, the compiler links with shared libraries. On Windows* systems, /static is equivalent to option /MT. For more information, see that compiler option. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
None