Compatibility Options
- clang-name
Specifies the name of the Clang compiler that should be used to set up the environment for C compilations.
- clangxx-name
Specifies the name of the Clang++ compiler that should be used to set up the environment for C++ compilations.
- fabi-version
Instructs the compiler to select a specific ABI implementation.
- fms-dialect
Enables support for a language dialect that is compatible with Microsoft* Windows, while maintaining link compatibility with gcc. This option is deprecated on OS* X systems.
- gcc-name
Specifies the name of the gcc compiler that should be used to set up the environment for C compilations.
- gcc-version
Provides compatible behavior with gcc.
- gxx-name
Specifies the name of the g++ compiler that should be used to set up the environment for C++ compilations.
- Qgcc-dialect
Enables support for a language dialect that is compatible with the gcc compiler, while maintaining link compatibility with Windows* OS.
- Qms
Tells the compiler to emulate Microsoft compatibility bugs.
- Qvc
Specifies compatibility with Microsoft* Visual C++ or Microsoft* Visual Studio.
- use-clang-env
Enables the use of the Clang environment.
- vmv
Enables pointers to members of any inheritance type.