mirror of
https://github.com/TeamPiped/piped-proxy.git
synced 2024-08-14 23:50:45 +00:00
Added LTO to the release build
This commit is contained in:
parent
2150fa6e0f
commit
33b43c8fb5
1 changed files with 3 additions and 0 deletions
|
@ -22,3 +22,6 @@ tokio = { version = "1.30.0", features = ["full"] }
|
|||
default = ["webp"]
|
||||
avif = ["dep:ravif", "dep:rgb"]
|
||||
webp = ["dep:libwebp-sys"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
Loading…
Reference in a new issue