# This section should override the workspace's
[profile.release]
panic = "unwind"

# Fast binary
opt-level = 3
lto = "thin"

# Debug info (for flamegraph)
debug = true

# Incremental compilation (may yield a slightly suboptimal binary, but
# worth it _w.r.t._ compile time. Use `CARGO_PROFILE_RELEASE_INCREMENTAL=false`
# if you want a truly optimal binary)
incremental = true
