Intel® C++ Compiler 16.0 User and Reference Guide
Invokes the libtool command to generate static libraries.
Not available on Intel® 64 architecture targeting Intel® MIC Architecture
Linux: | None |
OS X: | -staticlib |
Windows: | None |
None
OFF |
The compiler produces an executable. |
This option invokes the libtool command to generate static libraries. This option is processed by the command that initiates linking, adding library names explicitly to the link command.
When passed this option, the compiler uses the libtool command to produce a static library instead of an executable when linking.
To build dynamic libraries, you should specify option -dynamiclib or libtool -dynamic <objects>.
None