diff --git a/.env.mingw.example b/.env.mingw.example index f3ed3e417..7e832cb63 100644 --- a/.env.mingw.example +++ b/.env.mingw.example @@ -1,7 +1,7 @@ # Enable ccache wrapper #CONFIG *= tiny_ccache_win32 -# Use faster linker +# Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld diff --git a/conf.pri.example b/conf.pri.example index 8f8d43a94..906fbad08 100644 --- a/conf.pri.example +++ b/conf.pri.example @@ -103,7 +103,7 @@ win32-g++|win32-clang-g++ { # Enable ccache wrapper # CONFIG *= tiny_ccache_win32 - # Use faster linker + # Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld diff --git a/docs/building/hello-world.mdx b/docs/building/hello-world.mdx index c97d26bcb..ec85f48d0 100644 --- a/docs/building/hello-world.mdx +++ b/docs/building/hello-world.mdx @@ -579,7 +579,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic # Enable ccache wrapper #CONFIG *= tiny_ccache_win32 -# Use faster linker +# Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld ``` diff --git a/docs/building/migrations.mdx b/docs/building/migrations.mdx index 9d5686d2a..951030781 100644 --- a/docs/building/migrations.mdx +++ b/docs/building/migrations.mdx @@ -796,7 +796,7 @@ TINY_VCPKG_TRIPLET = x64-mingw-dynamic # Enable ccache wrapper #CONFIG *= tiny_ccache_win32 -# Use faster linker +# Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld ``` diff --git a/examples/tom/conf.pri.example b/examples/tom/conf.pri.example index a7c74a031..3ea991c67 100644 --- a/examples/tom/conf.pri.example +++ b/examples/tom/conf.pri.example @@ -24,7 +24,7 @@ win32-g++|win32-clang-g++ { # Enable ccache wrapper # CONFIG *= tiny_ccache_win32 - # Use faster linker + # Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld diff --git a/tests/conf.pri.example b/tests/conf.pri.example index 4dc43da6a..5489a13a6 100644 --- a/tests/conf.pri.example +++ b/tests/conf.pri.example @@ -11,7 +11,7 @@ win32-g++|win32-clang-g++ { # Enable ccache wrapper # CONFIG *= tiny_ccache_win32 - # Use faster linker + # Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld diff --git a/tests/testdata_tom/conf.pri.example b/tests/testdata_tom/conf.pri.example index 4dc43da6a..5489a13a6 100644 --- a/tests/testdata_tom/conf.pri.example +++ b/tests/testdata_tom/conf.pri.example @@ -11,7 +11,7 @@ win32-g++|win32-clang-g++ { # Enable ccache wrapper # CONFIG *= tiny_ccache_win32 - # Use faster linker + # Use faster linker (for both GCC and Clang) # CONFIG *= use_lld_linker does not work on MinGW QMAKE_LFLAGS *= -fuse-ld=lld