Links the Intel libcxa C++ library dynamically.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -shared-libcxa |
Windows: | None |
None
ON | The compiler links the libcxa C++ library dynamically. |
This option links the Intel libcxa C++ library dynamically. It is the opposite of option static-libcxa.
This option is useful when you want to override the default behavior of the static option, which causes all libraries to be linked statically.
By default, all C++-related libraries supplied by Intel are linked dynamically, except libcxaguard. By default, libcxaguard is linked statically. This option overrides the default behavior for libcxaguard. However, when gcc 3.3 or higher is present, libcxaguard is not linked in.
None
static compiler option
static-libcxa compiler option