File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
4
4
# Use alternative linker (for both GCC and Clang)
5
5
# CONFIG *= use_lld_linker does not work on MinGW
6
- QMAKE_LFLAGS *= -fuse-ld=lld
6
+ # QMAKE_LFLAGS *= -fuse-ld=lld
7
7
8
8
# vcpkg - range-v3 and tabulate
9
9
TINY_VCPKG_ROOT = $$quote(C:/msys64/home/xyz/Code/vcpkg/)
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ win32-g++|win32-clang-g++ {
105
105
106
106
# Use alternative linker (for both GCC and Clang)
107
107
# CONFIG *= use_lld_linker does not work on MinGW
108
- QMAKE_LFLAGS *= -fuse-ld=lld
108
+ # QMAKE_LFLAGS *= -fuse-ld=lld
109
109
110
110
# Nothing to do, auto-configuration is enabled
111
111
!disable_autoconf: return()
Original file line number Diff line number Diff line change @@ -609,7 +609,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic
609
609
610
610
# Use alternative linker (for both GCC and Clang)
611
611
# CONFIG *= use_lld_linker does not work on MinGW
612
- QMAKE_LFLAGS *= -fuse-ld=lld
612
+ # QMAKE_LFLAGS *= -fuse-ld=lld
613
613
```
614
614
615
615
</TabItem >
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic
749
749
750
750
# Use alternative linker (for both GCC and Clang)
751
751
# CONFIG *= use_lld_linker does not work on MinGW
752
- QMAKE_LFLAGS *= -fuse-ld=lld
752
+ # QMAKE_LFLAGS *= -fuse-ld=lld
753
753
```
754
754
755
755
</TabItem >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ win32-g++|win32-clang-g++ {
13
13
14
14
# Use alternative linker (for both GCC and Clang)
15
15
# CONFIG *= use_lld_linker does not work on MinGW
16
- QMAKE_LFLAGS *= -fuse-ld=lld
16
+ # QMAKE_LFLAGS *= -fuse-ld=lld
17
17
18
18
# Nothing to do, auto-configuration is enabled
19
19
!disable_autoconf: return()
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ win32-g++|win32-clang-g++ {
26
26
27
27
# Use alternative linker (for both GCC and Clang)
28
28
# CONFIG *= use_lld_linker does not work on MinGW
29
- QMAKE_LFLAGS *= -fuse-ld=lld
29
+ # QMAKE_LFLAGS *= -fuse-ld=lld
30
30
31
31
# Nothing to do, auto-configuration is enabled
32
32
!disable_autoconf: return()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ win32-g++|win32-clang-g++ {
13
13
14
14
# Use alternative linker (for both GCC and Clang)
15
15
# CONFIG *= use_lld_linker does not work on MinGW
16
- QMAKE_LFLAGS *= -fuse-ld=lld
16
+ # QMAKE_LFLAGS *= -fuse-ld=lld
17
17
18
18
# Nothing to do, auto-configuration is enabled
19
19
!disable_autoconf: return()
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ win32-g++|win32-clang-g++ {
13
13
14
14
# Use alternative linker (for both GCC and Clang)
15
15
# CONFIG *= use_lld_linker does not work on MinGW
16
- QMAKE_LFLAGS *= -fuse-ld=lld
16
+ # QMAKE_LFLAGS *= -fuse-ld=lld
17
17
18
18
# Nothing to do, auto-configuration is enabled
19
19
!disable_autoconf: return()
You can’t perform that action at this time.
0 commit comments