Optimize release target
This commit is contained in:
parent
8f500e2baf
commit
3339895c22
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user