summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-07-08 09:27:57 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-07-13 14:33:34 +0200
commit09c4895c824cc1744923bcf055fce49b9a31f3ef (patch)
tree0cf0a7b8a871641f9dd4868202ec999fc08471ee
parentfcc4b8fdda7bf67c955b7b112220e1a05f9780d2 (diff)
downloadqt5-09c4895c824cc1744923bcf055fce49b9a31f3ef.tar.gz
Use gold linker on Ubuntu 20.04 developer build
Faster, uses less memory, and has better debugging. Also needed to link qtwebengine debug-builds on this arch. Change-Id: I337798a9191cb4a764de4b0251349e4e86b0288a Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 49e7ee7913b817b2dd1f844b4f1c5f4b88ec0234) Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--coin/platform_configs/cmake_platforms.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index 7cff49f4..4517cbec 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -13,7 +13,7 @@ Configurations:
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
Compiler: 'GCC'
Features: ['Sccache', 'Documentation', 'TestDocs', 'UseConfigure']
- Configure arguments: '-make examples -developer-build -c++std c++20 -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace'
+ Configure arguments: '-make examples -developer-build -c++std c++20 -linker gold -no-warnings-are-errors -qtlibinfix TestInfix -qtnamespace TestNamespace'
-
Id: 'Ubuntu-20.04-host'
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'