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

View file

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