mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
6febaf2419
This lets rustc users tweak whether the linker should relax ELF relocations, namely whether it should emit R_X86_64_GOTPCRELX relocations instead of R_X86_64_GOTPCREL, as the former is allowed by the ABI to be further optimised. The default value is whatever the target defines.