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 Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
tools Cleanup & performance enhancements. 2022-08-01 13:09:51 +01:00
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 Cvpcb: fix "not found" .equ files. 2022-03-29 18:51:03 +02:00
auto_associate.h Push deprecation warning suppression down into boost. 2020-02-21 17:36:12 +00:00
cvpcb.cpp Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
cvpcb.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_association.h Unify LIB_IDs now that both are stored in sexpr files. 2020-12-18 00:30:26 +00:00
cvpcb_doc.icns Update MacOS icons 2018-03-22 11:45:42 -04:00
cvpcb_id.h Cleanup. 2022-07-25 16:10:08 +01:00
cvpcb_mainframe.cpp More wxSing 2023-01-16 23:14:38 -05:00
cvpcb_mainframe.h Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
display_footprints_frame.cpp Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00
display_footprints_frame.h Performance improvements for CvPCB. 2022-07-25 16:10:08 +01:00
footprints_listbox.cpp More wxSing 2023-01-16 23:14:38 -05:00
library_listbox.cpp More wxSing 2023-01-16 23:14:38 -05:00
listbox_base.cpp More wxSing 2023-01-16 23:14:38 -05:00
listboxes.h ListBox perf improvements 2022-10-24 12:27:07 +00:00
menubar.cpp More wxSing 2023-01-16 23:14:38 -05:00
readwrite_dlgs.cpp CVPCB: Add warning if footprint is missing 2022-09-29 19:27:08 +00:00
symbols_listbox.cpp Fix too-narrow text edit control on Mac. 2023-02-13 10:47:39 +00:00
toolbars_cvpcb.cpp Fix too-narrow text edit control on Mac. 2023-02-13 10:47:39 +00:00