projectc/.cargo/config.toml
2024-06-14 13:46:16 +02:00

4 lines
105 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]