release config optimizations
This commit is contained in:
parent
4055b9dee4
commit
3561f488c1
1 changed files with 2 additions and 0 deletions
|
@ -30,3 +30,5 @@ tempfile = "3"
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = true
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
strip = true
|
||||||
|
|
Loading…
Reference in a new issue