SIGN IN SIGN UP
shadps4-emu / shadPS4 UNCLAIMED

PlayStation 4 emulator for Windows, Linux, macOS and FreeBSD written in C++

0 0 1 C++

ci: Use mold linker for Linux builds (#2847)

* The default linker which happens to be BFD in Ubuntu 24.04 does not support Clang's ThinLTO which CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE=ON tries to enable.
* Using mold linker fixes this and reduces build time a bit.
* For consistency reasons we enable mold linker for GCC builds aswell.
M
MajorP93 committed
ff984d3cde34ff0c725b6ce379540f48fc163b05
Parent: b505829
Committed by GitHub <noreply@github.com> on 4/28/2025, 3:34:59 AM