mirror of
https://github.com/astro/buzzrelay.git
synced 2025-04-15 00:06:36 +00:00
Enable lto in release builds to boost performance a bit
This commit is contained in:
parent
86cb57a82b
commit
541b7a644f
1 changed files with 3 additions and 0 deletions
|
@ -32,3 +32,6 @@ urlencoding = "2"
|
|||
httpdate = "1"
|
||||
redis = { version = "0.28", features = ["tokio-comp", "connection-manager"] }
|
||||
lru = "0.13"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue