Determines whether the compile links using the C++ run-time libraries provided by gcc.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -cxxlib[=dir] -cxxlib-nostd -no-cxxlib |
Windows: | None |
dir |
Is an optional top-level location for the gcc binaries and libraries. |
-no-cxxlib |
The compiler uses the default run-time libraries and does not link to any additional C++ run-time libraries. |
This option determines whether the compile links using the C++ run-time libraries provided by gcc.
Option -cxxlib-nostd prevents the compiler from linking with the standard C++ library. It is only useful for mixed-language applications.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.