Intel® Fortran Compiler 16.0 User and Reference Guide
Prevents linking with shared libraries.
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. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
None