fx
All checks were successful
eden-license / license-header (pull_request) Successful in 22s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-29 20:11:52 +00:00
parent fa131451e0
commit a279473550
Signed by: Lizzie
GPG key ID: 00287378CADCAB13

View file

@ -913,8 +913,12 @@ if (YUZU_USE_FASTER_LD)
set(LINKER mold)
endif()
endif()
if (LINKER)
message(NOTICE "Selecting ${LINKER} as linker")
add_link_options("-fuse-ld=${LINKER}")
else()
message(WARNING "No fast linker found using default")
endif()
endif()
# Set runtime library to MD/MDd for all configurations