Optimize release target

This commit is contained in:
Gabriel Tofvesson 2023-03-18 16:21:07 +01:00
parent 8f500e2baf
commit 3339895c22
No known key found for this signature in database
GPG Key ID: 6F1345DF28EDA13E

View File

@ -16,3 +16,10 @@ serde = { version = "1.0.156", features = ["derive"] }
serde_json = "1.0.94"
tokio = { version = "1.26.0", features = [ "full" ] }
tokio-util = { version = "0.7.7", features = [ "codec" ] }
[profile.release]
split-debuginfo = "packed"
strip = "symbols"
lto = "fat"
panic = "abort"
codegen-units = 1