mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-08 04:18:45 +00:00
Display linker messages in mode STATUS to be consistent
This commit is contained in:
parent
15470284cf
commit
783e8952e0
1 changed files with 2 additions and 2 deletions
|
@ -706,10 +706,10 @@ if (YUZU_USE_FASTER_LD AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||||
find_program(MOLD mold)
|
find_program(MOLD mold)
|
||||||
|
|
||||||
if (MOLD AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12.1")
|
if (MOLD AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12.1")
|
||||||
message(NOTICE "Selecting mold as linker")
|
message(STATUS "Selecting mold as linker")
|
||||||
add_link_options("-fuse-ld=mold")
|
add_link_options("-fuse-ld=mold")
|
||||||
elseif (LLD)
|
elseif (LLD)
|
||||||
message(NOTICE "Selecting lld as linker")
|
message(STATUS "Selecting lld as linker")
|
||||||
add_link_options("-fuse-ld=lld")
|
add_link_options("-fuse-ld=lld")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue