Files
Genarrative/server-rs/.cargo/config.toml
kdletters df80876f60
Some checks failed
CI / verify (push) Has been cancelled
Consolidate workspace deps and migrate sha1 to sha2
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"]