Skip to content

Commit

Permalink
use default linker
Browse files Browse the repository at this point in the history
  • Loading branch information
RomarQ committed Mar 19, 2024
1 parent 1397d9c commit d5b049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Setup Variables
shell: bash
run: |
echo "RUSTFLAGS=-C opt-level=3 -D warnings -C instrument-coverage -C linker=clang -C link-arg=-fuse-ld=$(pwd)/mold/bin/mold" >> $GITHUB_ENV
echo "RUSTFLAGS=-C opt-level=3 -D warnings -C instrument-coverage" >> $GITHUB_ENV
# Disable coverage when building
echo "LLVM_PROFILE_FILE=/dev/null" >> $GITHUB_ENV
- name: Setup grcov
Expand Down

0 comments on commit d5b049b

Please sign in to comment.