botserver/.cargo/config.toml

7 lines
131 B
TOML
Raw Normal View History

2026-01-18 19:53:34 -03:00
[build]
rustc-wrapper = "sccache"
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]