Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
fa131451e0
commit
a279473550
1 changed files with 6 additions and 2 deletions
|
@ -913,8 +913,12 @@ if (YUZU_USE_FASTER_LD)
|
||||||
set(LINKER mold)
|
set(LINKER mold)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
message(NOTICE "Selecting ${LINKER} as linker")
|
if (LINKER)
|
||||||
add_link_options("-fuse-ld=${LINKER}")
|
message(NOTICE "Selecting ${LINKER} as linker")
|
||||||
|
add_link_options("-fuse-ld=${LINKER}")
|
||||||
|
else()
|
||||||
|
message(WARNING "No fast linker found using default")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Set runtime library to MD/MDd for all configurations
|
# Set runtime library to MD/MDd for all configurations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue