chore: make output binary smaller
This commit is contained in:
parent
0e92ce86bf
commit
5aaf02f062
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@ toml = "0.8.22"
|
||||||
tracing = "0.1.41"
|
tracing = "0.1.41"
|
||||||
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = "z"
|
||||||
|
lto = "thin"
|
||||||
|
strip = true
|
||||||
|
panic = "abort"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue