summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-07-12 11:24:43 +0200
committerFabian Kosmale <fabian.kosmale@qt.io>2021-07-12 14:46:56 +0200
commitc3199f018ee6987a12f73ae9654e72093a937a2d (patch)
tree2c755dd9f025df5e43e49bc23a21e3dc96371afa /config_help.txt
parente8b3d35a18e7e4cf6543868d89d6060c90314f39 (diff)
configure: Note that -linker works also with clang
Change-Id: If91eb1b5ad9a6b67e411b4d399fc3e1ede996e41 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 09c43a580b..3bbdaef4fe 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -139,7 +139,7 @@ Build options:
-pch ................. Use precompiled headers [auto]
-ltcg ................ Use Link Time Code Generation [no]
-linker [bfd,gold,lld] Force use of the GNU ld, GNU gold or LLVM/LLD linker
- instead of default one (GCC only)
+ instead of default one (GCC and clang only)
-ccache .............. Use the ccache compiler cache [no] (Unix only)
-warnings-are-errors . Treat warnings as errors [no; yes if -developer-build]