Logo
Explore Help
Register Sign In
tomoaki/hakorune
1
0
Fork 0
You've already forked hakorune
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
ab1afbc57b53a0ff0af05081d0329cef9a80fc7d
hakorune/.cargo/config.toml

9 lines
185 B
TOML
Raw Normal View History

⚡ 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
# Cargo configuration for Nyash project
[build]
# Use 24 threads by default for all cargo builds
jobs = 24
[env]
# Environment variables for all cargo commands
CARGO_INCREMENTAL = "1"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API