mirror of
https://github.com/elladunbar/to-braille.git
synced 2025-11-05 11:39:54 -06:00
Add release optimizations
This commit is contained in:
parent
0d97a650e2
commit
720f6c2271
1 changed files with 4 additions and 0 deletions
|
|
@ -9,3 +9,7 @@ crossterm = "0.29.0"
|
||||||
image = "0.25.6"
|
image = "0.25.6"
|
||||||
itertools = "0.14.0"
|
itertools = "0.14.0"
|
||||||
rand = "0.9.1"
|
rand = "0.9.1"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
codegen-units = 1
|
||||||
|
lto = "fat"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue