diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b3b7b712a..e93a85a380 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()