Links the Intel libcxa C++ library statically.
Windows: None
Linux: Libraries > Link Intel C++ library statically
Mac OS: None
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux: | -static-libcxa |
Mac OS: | None |
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