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

@@ -3,7 +3,7 @@
# 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
# vcpkg - range-v3 and tabulate
TINY_VCPKG_ROOT = $$quote(C:/msys64/home/xyz/Code/vcpkg/)

View File

@@ -105,7 +105,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()

View File

@@ -609,7 +609,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic
# 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
```
</TabItem>

View File

@@ -749,7 +749,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic
# 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
```
</TabItem>

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()

View File

@@ -26,7 +26,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()

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()

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()