Intel® C++ Compiler 16.0 User and Reference Guide
Lets you select the C++ library to be used for linking.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner)
Linux: | None |
OS X: | -stdlib[=keyword] |
Windows: | None |
keyword |
Is the function information to include. Possible values are:
|
-stdlib=libc++ |
The compiler links using the libc++ library. |
This option lets you select the C++ library to be used for linking. This option is processed by the command that initiates linking, adding library names explicitly to the link command.
Currently, if you do not specify this option, the libc++ headers and library are used.
The IDE provides another possible setting for option -stdlib, which lets you choose the compiler default rather than a specific library.
Visual Studio: None
Eclipse: None
Xcode: Language > C++ standard library > libstdc++
Language > C++ standard library > libc++
Language > C++ standard library > compiler-default
None