Visible to Intel only — GUID: GUID-3923525B-3A78-464C-9351-1D6F078083DA
Visible to Intel only — GUID: GUID-3923525B-3A78-464C-9351-1D6F078083DA
fabi-version
Instructs the compiler to select a specific ABI implementation.
Linux: |
-fabi-version=n |
macOS: |
-fabi-version=n |
Windows: |
None |
n |
Is the ABI implementation. Possible values are:
|
Varies |
The compiler uses the ABI implementation that corresponds to the installed version of gcc. |
This option tells the compiler to select a specific ABI implementation. This option is compatible with gcc option -fabi-version. If you have multiple versions of gcc installed, the compiler may change the value of n depending on which gcc is detected in your path.
gcc 3.2 and 3.3 are not fully ABI-compliant, but gcc 3.4 is highly ABI-compliant.
Do not mix different values for -fabi-version in one link.
Visual Studio: None
Eclipse: Preprocessor > gcc Compatibility Options
Xcode: None
None