Added LTO to the release build

This commit is contained in:
sweep-ai[bot] 2023-08-10 23:24:05 +00:00 committed by GitHub
parent 2150fa6e0f
commit 33b43c8fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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