Intel® C++ Compiler 16.0 User and Reference Guide
Prevents linking with shared libraries.
Linux: | -static |
OS X: | None |
Windows: | None |
None
OFF |
The compiler links with shared libraries. |
This option prevents linking with shared libraries. It causes the executable to link all libraries statically.
Visual Studio: None
Eclipse: Libraries > Link with static libraries
Xcode: None
None