Intel® C++ Compiler Classic Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-2ED5D256-2AFB-4862-8CC3-00CB0D2E81F9
Visible to Intel only — GUID: GUID-2ED5D256-2AFB-4862-8CC3-00CB0D2E81F9
dynamiclib
Invokes the libtool command to generate dynamic libraries.
Linux: |
None |
macOS: |
-dynamiclib |
Windows: |
None |
None
OFF |
The compiler produces an executable. |
This option invokes the libtool command to generate dynamic libraries.
When passed this option, the compiler uses the libtool command to produce a dynamic library instead of an executable when linking.
To build static libraries, you should specify option -staticlib or libtool -static <objects>.
None