We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbef5ab commit 284aaffCopy full SHA for 284aaff
.github/workflows/release-macos.yaml
@@ -18,7 +18,7 @@ jobs:
18
brew install meson ninja
19
- name: Build
20
run: |
21
- LDFLAGS='-static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
+ LDFLAGS='static' meson setup build --debug --warnlevel 3 --werror -Dcpp_debugstl=true
22
ninja -C build
23
- name: Test
24
0 commit comments