mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-04-12 21:07:41 +00:00
chore: use clang only on x86_64-unknown-linux-gnu
I don't want to configure cargo-cross tbh Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I749bc02bbdf8922fdf7a5904508b8af66a6a6964
This commit is contained in:
parent
0d4377ffca
commit
35d0f67812
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/rui314/mold?tab=readme-ov-file#how-to-use
|
||||
[target.'cfg(target_os = "linux")']
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue