We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422856d commit 65b3e0dCopy full SHA for 65b3e0d
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ env:
12
CARGO_NET_RETRY: 10
13
CI: 1
14
RUST_BACKTRACE: short
15
- RUSTFLAGS: -D warnings
+ RUSTFLAGS: -D warnings -C linker=clang -C link-arg=-fuse-ld=lld
16
RUSTUP_MAX_RETRIES: 10
17
18
jobs:
0 commit comments