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