1 Commits

Author SHA1 Message Date
ab1afbc57b perf: Set cargo default to 24 threads for all builds
Created .cargo/config.toml with:
- jobs = 24 (all cargo builds use 24 threads by default)
- CARGO_INCREMENTAL = 1 (enable incremental compilation)

This affects all cargo commands in the project, making explicit -j 24
unnecessary in build scripts (though keeping them for clarity is fine).

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-14 18:23:56 +09:00