Skip to content

Instantly share code, notes, and snippets.

@dotdash
Created January 13, 2026 16:14
Show Gist options
  • Select an option

  • Save dotdash/837e71af27a9b23e321770d4fbcb29ad to your computer and use it in GitHub Desktop.

Select an option

Save dotdash/837e71af27a9b23e321770d4fbcb29ad to your computer and use it in GitHub Desktop.
[alias]
b = "build --profile dev-fast"
r = "run --profile dev-fast"
br = "build --release"
rr = "run --release"
bd = "build"
rd = "run"
[profile.dev-fast]
inherits = "dev"
opt-level = 2
debug = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment