gb/.cargo/config.toml

7 lines
160 B
TOML
Raw Normal View History

[build]
rustc-wrapper = "/home/rodriguez/.cargo/bin/sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]