optimizing release build
This commit is contained in:
parent
f67ff7f75f
commit
e3b6f51f64
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ratatui = "0.27.0"
|
ratatui = "0.27.0"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
strip = true
|
||||||
|
|
Loading…
Reference in a new issue