Merge pull request #89 from SuperSandro2000/optimize

Enable lto in release builds to boost performance a bit
This commit is contained in:
Astro 2025-03-10 23:40:12 +01:00 committed by GitHub
commit 8a766cf87a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,3 +32,6 @@ urlencoding = "2"
httpdate = "1"
redis = { version = "0.29", features = ["tokio-comp", "connection-manager"] }
lru = "0.13"
[profile.release]
lto = true