summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>2022-03-29 23:18:34 +0900
committerTasuku Suzuki <tasuku.suzuki@signal-slot.co.jp>2022-03-31 01:22:02 +0900
commit5cbb93adc7a7e2c29df431b57ac98983e8cf5bd8 (patch)
treef8b6fcafbaf5955d0c395c0d2c6a85df7b2c5034 /config_help.txt
parentece174c50f5f8e9b190ccf58a641ecc0100798da (diff)
configure: Add mold to help
Pick-to: 6.2 6.3 Task-number: QTBUG-99270 Change-Id: I08ee2b328a1dba2bf0172e5a03ddb32925401d3b Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_help.txt b/config_help.txt
index b63552a4c3..fc978bb446 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -137,8 +137,9 @@ 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 and clang only)
+ -linker [bfd,gold,lld,mold]
+ Force use of the GNU ld, GNU gold, LLVM/LLD or mold
+ linker 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]