Skip to content

Commit

Permalink
remove linker hack
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Oct 21, 2024
1 parent 704dd2e commit 4f3ef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ else()
message(STATUS "Support for ccache: ${CCACHE_SUPPORT}")
endif()

if(NOT MSVC)
if(0)
# Try to configure mold as linker via -fuse-ld=mold, support from gcc 12.1, gcc 11.2.0-16 or clang
execute_process(
COMMAND ${CMAKE_CXX_COMPILER} -fuse-ld=mold -Wl,--version
Expand Down

0 comments on commit 4f3ef6f

Please sign in to comment.