From 136b0c65968fd38a961af6c7e948ef22df689226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Gra=C3=A7a=20Silva?= Date: Tue, 19 Sep 2023 22:32:24 +0100 Subject: [PATCH] workflows/build-macos: add comment about test --- .github/workflows/build-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 3b91ea7..df22649 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -27,6 +27,8 @@ jobs: build_opts: - '' include: + # static+LTO forced build to uncover any potential symbols issues with Mach-O + # single test to save runners as they are scarse and should validate all possible configurations - os: macos-latest build_opts: '-Db_lto=true -Ddefault_library=static' fail-fast: false