Reduce binary size

This commit is contained in:
surya 2025-01-05 18:52:44 +05:30
parent 65c7c2b3c2
commit 69420922bd

View File

@ -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