Enable LTO for release profile, Cargo.toml formatting
This commit is contained in:
parent
0d87993c41
commit
5055583487
1 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,9 @@ edition = "2021"
|
|||
rust-version = "1.81.0"
|
||||
license = "GPL-3.0-or-later"
|
||||
|
||||
[ profile . release ]
|
||||
lto = true
|
||||
|
||||
[ dependencies ]
|
||||
fallible-iterator = "0.3.0"
|
||||
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
|
||||
|
|
Loading…
Add table
Reference in a new issue