Strip and optimise binary
This commit is contained in:
parent
ba9dc3fa0b
commit
8d36ccff9f
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@ edition = "2021"
|
|||
axum = "0.6.20"
|
||||
nix = { version="0.27.1", features=["user"]}
|
||||
tokio = { version="1.32.0", features=["macros", "rt-multi-thread"]}
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
lto = true
|
||||
|
|
Loading…
Reference in a new issue