From 90e0464453f150de802dfcd3fdc16a9180a88553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 8 Jul 2024 17:50:38 +0200 Subject: [PATCH] coin: Build macOS ARM developer-build in debug mode To get as close as possible to how developers build and run tests, and to get debug-build test coverage on macOS in CI. Change-Id: Ice12b7230d56284d352e6a73ac503588b22107bb Reviewed-by: Joerg Bornemann Reviewed-by: Alexey Edelev (cherry picked from commit 8c74d54deb2e1d6fd8e2d1fdb432699682183ddb) Reviewed-by: Qt Cherry-pick Bot --- coin/platform_configs/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index db8bc719..d35b7e30 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -126,7 +126,7 @@ Configurations: Template: 'qtci-macos-14-arm-106' Compiler: 'Clang' Features: ['DoNotRunTests', 'WarningsAreErrors', 'UseConfigure'] - Configure arguments: '-developer-build -nomake examples -release -force-asserts -force-debug-info -separate-debug-info -framework' + Configure arguments: '-developer-build -nomake examples -debug -framework' Environment variables: [ 'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_DIR}}', 'Protobuf_ROOT=/usr/local/lib/cmake/protobuf',