Reduce binary size
This commit is contained in:
parent
65c7c2b3c2
commit
69420922bd
@ -6,3 +6,10 @@ edition = "2021"
|
||||
[dependencies]
|
||||
argh = "0.1.13"
|
||||
rand = "0.8.5"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 's'
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
strip = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user