Skip to content

Commit

Permalink
Don't specify linker in .cargo/config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-bcw committed Aug 19, 2024
1 parent d1577f9 commit fe5a0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# https://github.com/dtolnay/linkme/pull/88
rustflags = ["-Z", "linker-features=-lld"]

[target.x86_64-unknown-linux-gnu]
linker = "clang-16"
#[target.x86_64-unknown-linux-gnu]
#linker = "clang-16"

0 comments on commit fe5a0c2

Please sign in to comment.