Visible to Intel only — GUID: GUID-A0E92522-F837-49BE-AD47-7498CFB14F19
Visible to Intel only — GUID: GUID-A0E92522-F837-49BE-AD47-7498CFB14F19
cxxlib
Determines whether the compiler links using the C++ run-time libraries and header files provided by gcc.
Linux: |
-cxxlib[=dir] -cxxlib-nostd -no-cxxlib |
macOS: |
None |
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. For C, the compiler uses the default run-time libraries and headers and does not link to any additional C++ run-time libraries and headers. However, if you specify compiler option -std=gnu++98, the default is -cxxlib. |
This option determines whether the compiler links using the C++ run-time libraries and header files provided by gcc.
If you specify dir for cxxlib, the compiler uses dir/bin/gcc to setup the environment.
Option -cxxlib=dir can be used with option -gcc-name=name to specify the location dir/bin/name.
Option -cxxlib-nostd prevents the compiler from linking with the standard C++ library.
Visual Studio: None
Eclipse: Preprocessor > gcc Compatibility Options
Xcode: None
None