Invokes the libtool command to generate dynamic libraries.
IA-32, IntelĀ® 64 architectures
|
Linux: |
None |
|
Mac OS X: |
-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