aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2022-07-18 08:30:56 +0300
committerSimo Fält <simo.falt@qt.io>2022-07-18 12:09:30 +0300
commitd691ac62a8c71d35e8740612d21b185c8b018815 (patch)
tree5b72534bd112faba209df7b78ff6d954bb14951d
parentfc81f627ce68410f8462bb7450ff727b1fa9d77a (diff)
Use gold linker with Android Automotive documentation config
Change-Id: I8d282e015a0e195da2ad764516d3df1a48e6bff7 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 2f3432fe0d63a44cc1de18f3ab066cef991d96b9) Reviewed-by: Simo Fält <simo.falt@qt.io>
-rw-r--r--coin/platform_configs/tqtc-android-automotive.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/platform_configs/tqtc-android-automotive.yaml b/coin/platform_configs/tqtc-android-automotive.yaml
index a91f0914..e37dea06 100644
--- a/coin/platform_configs/tqtc-android-automotive.yaml
+++ b/coin/platform_configs/tqtc-android-automotive.yaml
@@ -9,7 +9,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: 'Windows10_21H2-Mingw11-x64-host'
Template: 'qtci-windows-10_21H2-x86_64-51'