Skip to content

Commit 502e536

Browse files
committed
Use lld linker
1 parent f1cdaca commit 502e536

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- rust: stable
2323
os: macos-latest
2424
runs-on: ${{ matrix.os }}
25+
env:
26+
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
2527
steps:
2628
- name: Free disk space
2729
if: ${{ matrix.os == 'ubuntu-latest'}}

0 commit comments

Comments
 (0)