aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-07-20 09:03:20 +0000
committerMarc Mutz <marc.mutz@qt.io>2023-07-20 16:04:56 +0000
commitd316e8dff43bc08c48f308bbf0e42d42ec9950cb (patch)
tree20d2d5b5620133d80bef5e6c1828c7355deb5dbc /coin/platform_configs/macos.yaml
parent7409b0a6f3e36a36bec9849839d8af9baaa3efa9 (diff)
Revert "Set -unity-build-batch-size to 16"
This reverts commit 7409b0a6f3e36a36bec9849839d8af9baaa3efa9. Reason for revert: Breaks qtbase builds. Change-Id: I225ae701c211a0af30b1a03a8204ce47b6e91000 Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-rw-r--r--coin/platform_configs/macos.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index 6febe554..4e635001 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -100,7 +100,7 @@ Configurations:
Template: 'qtci-macos-13-x86_64-103'
Compiler: 'Clang'
Features: ['Sccache', 'DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
- Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples -unity-build -unity-build-batch-size 16'
+ Configure arguments: '-developer-build -release -force-debug-info -no-pch -no-framework -qtnamespace TestNamespace -make examples -unity-build'
Environment variables: [
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR}} -DQT_UNITY_BUILD=OFF',
@@ -111,7 +111,7 @@ Configurations:
Template: 'qtci-macos-12-arm64'
Compiler: 'Clang'
Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure']
- Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework -unity-build -unity-build-batch-size 16'
+ Configure arguments: '-developer-build -nomake examples -release -force-debug-info -separate-debug-info -framework -unity-build'
Environment variables: [
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}',
'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',