microfetch/.cargo/config.toml
NotAShelf 35d0f67812
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
2026-03-27 15:33:51 +03:00

4 lines
159 B
TOML

# https://github.com/rui314/mold?tab=readme-ov-file#how-to-use
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]