dynamiclib

Produce a dynamic library.

IDE Equivalent

None

Architectures

IA-32

Syntax

Linux:  None
Mac OS: -dynamiclib
Windows:  None

Arguments

None

Default

OFF The compiler does not produce a dynamic library.

Description

Produce a dynamic library. Use the -o option to specify the name of the (.dylib) library.

Alternate Options

None