microfetch/.cargo/config.toml
NotAShelf d8da2218a4
ci: use mold globally; drop clang linker
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Iadb9cd4ce33acdd2de585a740ac72da86a6a6964
2026-03-27 16:28:39 +03:00

3 lines
146 B
TOML

# https://github.com/rui314/mold?tab=readme-ov-file#how-to-use
[target.'cfg(target_os = "linux")']
rustflags = [ "-C", "link-arg=-fuse-ld=mold" ]