cargo: make binary small

This commit is contained in:
Mark Joshwel 2025-01-23 01:12:42 +08:00
parent ed2cedca4f
commit 894b4e19bc

View file

@ -5,3 +5,9 @@ edition = "2021"
[dependencies]
ignore = "0.4.23"
[profile.release]
strip = true
lto = true
codegen-units = 1
opt-level = "z"