vidya/.cargo/config.toml
2025-09-20 15:27:21 +02:00

10 lines
151 B
TOML

[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = [
"-Clink-arg=-fuse-ld=mold",
# Nightly
"-Zshare-generics=y",
"-Zthreads=0",
]