generalbots/.cargo
Rodrigo Rodriguez 130bfd0e54 config: Set sccache, 6 jobs, and mold linker in .cargo/config.toml
- rustc-wrapper = "sccache" for faster rebuilds
- jobs = 6 for parallel compilation
- linker = "clang" with mold for faster linking

This ensures all developers and CI use the same optimized build settings.
Run: cargo build -p botserver --bin botserver
2026-04-28 17:00:13 -03:00
..
config.toml config: Set sccache, 6 jobs, and mold linker in .cargo/config.toml 2026-04-28 17:00:13 -03:00