release build opts
This commit is contained in:
@@ -26,5 +26,7 @@ libc = "0.2"
|
|||||||
# fine for a CLI/supervisor as there's no long-lived in-process state to
|
# 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).
|
# unwind (state lives on disk and is written atomically, see src/atomic.rs).
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
lto = true
|
lto = true
|
||||||
|
opt-level = 3
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user