From 502e5360a7c59f5a3800bddf85d858758d3ba3bf Mon Sep 17 00:00:00 2001 From: Utkarsh Umesan Pillai Date: Wed, 5 Jun 2024 16:46:34 -0700 Subject: [PATCH] Use lld linker --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4332693776..9ce4edb589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - rust: stable os: macos-latest runs-on: ${{ matrix.os }} + env: + RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings" steps: - name: Free disk space if: ${{ matrix.os == 'ubuntu-latest'}}