Intel® C++ Compiler 16.0 User and Reference Guide
Links the GNU libstdc++ library statically.
Linux: | -static-libstdc++ |
OS X: | None |
Windows: | None |
None
OFF |
The compiler links the GNU libstdc++ library dynamically. |
This option links the GNU libstdc++ library statically. This option is processed by the ifort (icc/icpc) command that initiates linking, adding library names explicitly to the link command.
This option is useful when you want to override the default behavior, which causes the library to be linked dynamically.
None