Intel® C++ Compiler XE 13.1 User and Reference Guides
Determines whether the compiler links using the C++ run-time libraries and header files provided by gcc.
Windows: None
Linux: Preprocessor > gcc Compatibility Options
OS X: Preprocessor > gcc Compatibility Options
All
Linux and OS X: | -cxxlib[=dir] -cxxlib-nostd -no-cxxlib |
Windows: | None |
dir |
Is an optional top-level location for the gcc binaries and libraries. |
C++: -cxxlib |
For C++, the compiler uses the run-time libraries and headers provided by gcc. |
This option determines whether the compiler links using the C++ run-time libraries and header files provided by gcc.
Option -cxxlib-nostd prevents the compiler from linking with the standard C++ library.
None