Added LTO to release build

This commit is contained in:
sweep-ai[bot] 2023-08-11 11:06:18 +00:00 committed by GitHub
parent 12b61f0967
commit 3d7d8456d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ tokio = {version = "1.30.0", features = ["full"]}
[lib]
crate-type = ["cdylib"]
[profile.release]
lto = true