release build opts

This commit is contained in:
2026-08-13 18:15:38 +02:00
parent 07518f1190
commit 0aab042859

View File

@@ -26,5 +26,7 @@ libc = "0.2"
# fine for a CLI/supervisor as there's no long-lived in-process state to
# unwind (state lives on disk and is written atomically, see src/atomic.rs).
[profile.release]
panic = "abort"
lto = true
panic = "abort"
lto = true
opt-level = 3
codegen-units = 1