Cargo.toml: optimize release profile

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-04 03:19:42 +02:00
parent 894cc4e146
commit a5bedf4d87
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@ serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["full"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.4.3", features = ["full"] }
[profile.release]
strip = true
lto = true
codegen-units = 1