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 fb23ba3 commit 6fd9ca1Copy full SHA for 6fd9ca1
.github/workflows/release.yaml
@@ -62,7 +62,8 @@ jobs:
62
if: contains(matrix.os, 'ubuntu')
63
run: |
64
cargo install cross --git https://github.com/cross-rs/cross
65
- cross build --release --target ${{ matrix.target }}
+ # https://github.com/rust-cross/cargo-zigbuild/issues/327
66
+ RUSTFLAGS="-Zlinker-features=-lld" cross build --release --target ${{ matrix.target }}
67
mv "${{ matrix.artifact_name }}" "${{ matrix.target }}.so"
68
69
- name: Build for macOS
0 commit comments