mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
The link maps were actually disabled by default before 912f1d5cecdc7d14df09d7e9a78e0aa75760b75d, and required KICAD_MAKE_LINK_MAPS to be provided to enable them. So switch back to disabling them by default. Also, The lld linker is unable to accept a single dash cref option, while ld and gold can. Instead, use the double dash version that is supported by all three. xref: https://github.com/llvm/llvm-project/issues/60932 Co-authored-by: aris-kimi <aris_kimi@hotmail.com> Co-authored-by: Ian McInerney <ian.s.mcinerney@ieee.org>