Created
August 2, 2026 18:11
-
-
Save AlexMikhalev/ccac141a70b9280ec23c7c689cce6a2e to your computer and use it in GitHub Desktop.
Rust settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [profile.dev] | |
| debug = 0 | |
| strip = "debuginfo" | |
| [profile.dev] | |
| debug = 0 | |
| opt-level = 1 | |
| Set in your ~/.cargo/config.toml | |
| [build] | |
| build-dir = "{cargo-cache-home}/build/{workspace-path-hash}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment