Skip to content

Commit

Permalink
workflows/build-macos: add comment about test
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-silva authored and dragonmux committed Sep 28, 2023
1 parent 665f83f commit 136b0c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 136b0c6

Please sign in to comment.