Optimize binary size more
This commit is contained in:
parent
dbc4e5c8f0
commit
1ff2a7a1ea
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ opt-level = 3
|
|||
[profile.release]
|
||||
strip = "symbols"
|
||||
lto = "fat"
|
||||
panic = "abort"
|
||||
codegen-units = 1
|
||||
|
|
Loading…
Reference in a new issue