no-cpprt

Tells the compiler to link without using the C++ run-time libraries and header files provided by Intel or gcc.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux and Mac OS: -no-cpprt
Windows:  None

Default

OFF The compiler links using default run-time libraries and header files.

Description

This option tells the compiler to link without using the C++ run-time libraries and header files provided by Intel or gcc.

See Also

cxxlib compiler option