chore: Enable LTO, panic=abort, strip-true to optimize size
This commit is contained in:
parent
bacada02c2
commit
846c4106f8
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ serde = { version = "1.0.136", features = ["derive"] }
|
|||
serde_json = "1.0.79"
|
||||
serde_with = "1.12.0"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.17.0"
|
||||
features = ["io-std", "io-util"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue