Display linker messages in mode STATUS to be consistent
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user