heavier release build optimization
This commit is contained in:
parent
3d58e5331b
commit
6bcce03d2a
@ -25,3 +25,9 @@ rand = "0.8.4"
|
||||
enum-iterator = "2.1"
|
||||
iter_tools = "0.21"
|
||||
ordered-float = "4.3.0"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
Loading…
Reference in New Issue
Block a user