Merge pull request #21 from TeamPiped/sweep/enable-lto

Enable LTO for release build in Cargo.toml
This commit is contained in:
Kavin 2023-08-11 21:52:45 +01:00 committed by GitHub
commit 2d2a00e50b
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