Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-09-23 18:53:50 -04:00
parent c89cb8d5c9
commit e9fee43027
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -907,7 +907,7 @@ if (YUZU_USE_FASTER_LD)
if (CXX_GCC)
find_program(MOLD mold)
if (MOLD AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12.1")
# set(LINKER mold)
set(LINKER mold)
endif()
endif()