Reduce binary size
This commit is contained in:
parent
ec92ae1ab8
commit
b693c78ad0
1 changed files with 6 additions and 0 deletions
|
@ -2,3 +2,9 @@
|
|||
name = "rot13"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
Loading…
Reference in a new issue