reduce binary size
This commit is contained in:
@ -9,3 +9,8 @@ edition = "2021"
|
|||||||
clap = { version = "4.4.6", features = ["derive"] }
|
clap = { version = "4.4.6", features = ["derive"] }
|
||||||
rayon = "1.8.0"
|
rayon = "1.8.0"
|
||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
lto = true
|
||||||
|
panic = "abort"
|
||||||
|
Reference in New Issue
Block a user