Files
Genarrative/server-rs/.cargo/config.toml
T
2026-05-07 21:11:14 +08:00

7 lines
130 B
TOML

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