cargo: make binary small
This commit is contained in:
parent
ed2cedca4f
commit
894b4e19bc
1 changed files with 6 additions and 0 deletions
|
@ -5,3 +5,9 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ignore = "0.4.23"
|
ignore = "0.4.23"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
opt-level = "z"
|
||||||
|
|
Loading…
Add table
Reference in a new issue