1
Fork 0

Strip and optimise binary

This commit is contained in:
Jake Howard 2023-09-01 17:14:02 +01:00
parent ba9dc3fa0b
commit 8d36ccff9f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 4 additions and 0 deletions

View File

@ -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