Intel® Fortran Compiler XE 13.1 User and Reference Guides
Invokes the libtool command to generate static libraries.
IA-32, Intel® 64 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.
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