Intel® Fortran Compiler 17.0 Developer Guide and Reference
Prevents linking with shared libraries.
Linux: | -static |
macOS: | None |
Windows: | /static |
None
Linux: OFF |
On Linux* systems, the compiler links with shared libraries. On Windows* systems, /static is equivalent to option /MT. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
None