bazzar/.cargo/config.toml

8 lines
132 B
TOML
Raw Normal View History

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-C", "link-arg=-fuse-ld=mold",
]
2022-12-08 16:22:20 +01:00
#[build]
#rustc-wrapper = ""