Skip to content

Commit

Permalink
stopgap for mold causing issues in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Feb 10, 2024
1 parent 4b5ae3e commit 04d8b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[target.aarch_64-unknown-linux-gnu]
linker = "clang"
Expand Down

0 comments on commit 04d8b25

Please sign in to comment.