Visible to Intel only — GUID: GUID-1B9A89F7-8C70-46AD-8C90-B64504B2EF21
Visible to Intel only — GUID: GUID-1B9A89F7-8C70-46AD-8C90-B64504B2EF21
fmerge-constants
Determines whether the compiler and linker attempt to merge identical constants (string constants and floating-point constants) across compilation units.
Linux: |
-fmerge-constants -fno-merge-constants |
macOS: |
None |
Windows: |
None |
None
-fmerge-constants |
The compiler and linker attempt to merge identical constants across compilation units if the compiler and linker supports it. |
This option determines whether the compiler and linker attempt to merge identical constants (string constants and floating-point constants) across compilation units.
If you do not want the compiler and linker to attempt to merge identical constants across compilation units. specify -fno-merge-constants.
None