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