ferret/.cargo/config.toml

4 lines
111 B
TOML
Raw Normal View History

2023-07-25 18:59:47 +00:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]