Enable lto in release builds to boost performance a bit

This commit is contained in:
Sandro Jäckel 2025-03-10 22:26:10 +01:00
parent 86cb57a82b
commit 541b7a644f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

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