Skip to content

Commit

Permalink
Is it mold?
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 5, 2025
1 parent 8d4ffd3 commit 81ef843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
echo "CARGO_PROFILE_RELEASE_CODEGEN_UNITS=1"
case "${{ runner.os }}" in
Linux)
echo "RUSTFLAGS=-C linker=clang -C link-arg=-fuse-ld=mold $RUSTFLAGS"
# echo "RUSTFLAGS=-C linker=clang -C link-arg=-fuse-ld=mold $RUSTFLAGS"
;;
Windows)
echo "RUSTFLAGS=-C link-arg=-fuse-ld=lld $RUSTFLAGS"
Expand Down

0 comments on commit 81ef843

Please sign in to comment.