mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
Enable LTO for release
This commit is contained in:
parent
1715dfb584
commit
2954a96c89
1 changed files with 4 additions and 0 deletions
|
|
@ -13,3 +13,7 @@ edition = "2018"
|
||||||
[dependencies.rustls]
|
[dependencies.rustls]
|
||||||
version = "0.17.0"
|
version = "0.17.0"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue