qmake MSYS2 disabled LLD linker override for g++

LLD isn't faster than bfd, I also did linking when bfd was faster than
LLD.

 - also updated docs

[skip ci]
This commit is contained in:
silverqx
2024-08-26 20:08:23 +02:00
parent efa0c4e96c
commit ea71bdfdb9
8 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ win32-g++|win32-clang-g++ {
# Use alternative linker (for both GCC and Clang)
# CONFIG *= use_lld_linker does not work on MinGW
QMAKE_LFLAGS *= -fuse-ld=lld
# QMAKE_LFLAGS *= -fuse-ld=lld
# Nothing to do, auto-configuration is enabled
!disable_autoconf: return()