mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Add production profile (#934)
* Add production profile * Fix opt-level * Update Cargo.toml Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com> * Move opt-level to release Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -41,3 +41,9 @@ members = [
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
|
[profile.production]
|
||||||
|
inherits = "release"
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user