kicad/cvpcb
aris-kimi 22bca5c2a0 Disable link maps by default and fix compile issue with lld linker
The link maps were actually disabled by default before
912f1d5cec, 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>
2023-02-22 23:18:36 +00:00
..
dialogs
tools
CMakeLists.txt Disable link maps by default and fix compile issue with lld linker 2023-02-22 23:18:36 +00:00
auto_associate.cpp
auto_associate.h
cvpcb.cpp
cvpcb.icns
cvpcb_association.h
cvpcb_doc.icns
cvpcb_id.h
cvpcb_mainframe.cpp
cvpcb_mainframe.h
display_footprints_frame.cpp
display_footprints_frame.h
footprints_listbox.cpp
library_listbox.cpp
listbox_base.cpp
listboxes.h
menubar.cpp
readwrite_dlgs.cpp
symbols_listbox.cpp
toolbars_cvpcb.cpp