Specifies that the g++ compiler should be used to set up the environment for C++ compilations.
IA-32, Intel® 64, IA-64 architectures
Linux and Mac OS X: | -gxx-name=dir |
Windows: | None |
dir |
Is the full path location of the g++ compiler. |
OFF |
The compiler uses the PATH setting to find the g++ compiler and resolve environment settings. |
This option specifies that the g++ compiler should be used to set up the environment for C++ compilations.
The C equivalent to option -gxx-name is -gcc-name.
When compiling a C++ file with icc, g++ is used to get the environment.
None