Links the Intel libcxa C++ library statically.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -static-libcxa |
Windows: | None |
None
OFF | The compiler links the libcxa C++ library dynamically. |
This option links the Intel libcxa C++ library statically. It is the opposite of option shared-libcxa.
You can use this option to link libcxa statically, while still allowing the standard libraries to be linked in by the default behavior.
By default, all C++-related libraries supplied by Intel are linked dynamically, except libcxaguard. By default, libcxaguard is linked statically. This option also causes libcxaguard to be linked statically. However, when gcc 3.3 or higher is present, libcxaguard is not linked in.
None
shared-libcxa compiler option