Enable fat LTO in release builds
This commit is contained in:
parent
7a84cc0290
commit
8b31698cf4
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ build = "build.rs"
|
|||
[features]
|
||||
ui = ["native-windows-gui", "native-windows-derive"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[dependencies]
|
||||
ape = "0.5"
|
||||
axum-extra = { version = "0.9.3", features = ["typed-header"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue