build: Improve binary size
This commit is contained in:
parent
75c459672c
commit
da188155e3
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
|||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.3.0"
|
||||
|
||||
[profile.release]
|
||||
strip = "debuginfo"
|
||||
lto = true
|
||||
|
|
Loading…
Add table
Reference in a new issue