generalbots/.cargo/config.toml

7 lines
96 B
TOML
Raw Normal View History

2026-01-18 19:53:34 -03:00
[build]
2026-04-19 12:00:01 +00:00
rustc-wrapper = "sccache"
2026-04-19 12:24:51 +00:00
jobs = 12
2026-01-18 19:53:34 -03:00
[target.x86_64-unknown-linux-gnu]
linker = "clang"