Skip to content

Commit

Permalink
another flag
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Nov 25, 2023
1 parent e5a5b73 commit bdb57dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
if: matrix.platform.os_name == 'Linux-x86_64'
env:
# TARGET_CC: x86_64-linux-musl-gcc
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=lld -C target-feature=-crt-static"
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=lld -C target-feature=-crt-static -Zgcc-ld=lld"
PROTOC: "/usr/bin/protoc"
# PKG_CONFIG_SYSROOT_DIR: "/"
# PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig
Expand Down

0 comments on commit bdb57dc

Please sign in to comment.