bazzar/.cargo/config.toml
2022-12-08 16:22:20 +01:00

8 lines
132 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]
#[build]
#rustc-wrapper = ""