Skip to content

Commit

Permalink
cmake removed hard-coded -fuse-ld=lld on MinGW πŸ™ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 18, 2024
1 parent 7a01267 commit c5b02a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmake/CommonModules/TinyCommon.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ ${TINY_UNPARSED_ARGUMENTS}")
$<$<CONFIG:Debug,RelWithDebInfo>:
LINKER:--dynamicbase,--high-entropy-va,--nxcompat
LINKER:--default-image-base-high>
# Use faster linker ( GNU ld linker doesn't work with the Clang;
# for both GCC and Clang )
# TODO use LINKER_TYPE target property when min. version will be CMake v3.29 silverqx
-fuse-ld=lld
)
endif()

Expand Down

0 comments on commit c5b02a5

Please sign in to comment.