Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created August 2, 2026 18:11
Show Gist options
  • Select an option

  • Save AlexMikhalev/ccac141a70b9280ec23c7c689cce6a2e to your computer and use it in GitHub Desktop.

Select an option

Save AlexMikhalev/ccac141a70b9280ec23c7c689cce6a2e to your computer and use it in GitHub Desktop.
Rust settings
[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