kicad/bitmap2component
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
..
CMakeLists.txt Disable link maps by default and fix compile issue with lld linker 2023-02-22 23:18:36 +00:00
bitmap2cmp_gui.cpp Some more wxS 2023-01-16 19:07:50 -05:00
bitmap2cmp_gui.h Never call ReCreateMenuBar inside a menu event handler 2022-12-16 16:37:51 -05:00
bitmap2cmp_gui_base.cpp Image converter main window layout improvements. 2023-01-08 11:23:53 -05:00
bitmap2cmp_gui_base.fbp Image converter main window layout improvements. 2023-01-08 11:23:53 -05:00
bitmap2cmp_gui_base.h Give the Image Converter a more standard presentation. 2022-11-19 19:41:33 +00:00
bitmap2cmp_main.cpp Rename CreateWindow to CreateKiWindow to avoid a collision name with a windows header 2022-11-08 12:31:07 +01:00
bitmap2cmp_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2cmp_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2component.cpp bitmap2component: bring file formats up to date with latest v7. 2022-11-24 18:36:32 +00:00
bitmap2component.h bitmap2component: update format of all generated files. 2021-08-10 10:52:33 +02:00
bitmap2component.icns Add drop shadows to MacOS icons 2021-07-30 20:55:34 -07:00