Skip to content
Snippets Groups Projects
Commit ced952c1 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

Add production profile (#934)


* Add production profile

* Fix opt-level

* Update Cargo.toml

Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>

* Move opt-level to release

Co-authored-by: default avatarBastian Köcher <bkchr@users.noreply.github.com>
parent cbae45a2
No related merge requests found
......@@ -41,3 +41,9 @@ members = [
[profile.release]
panic = "unwind"
opt-level = 3
[profile.production]
inherits = "release"
lto = true
codegen-units = 1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment