mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-12-12 21:30:38 +05:30
Merge pull request #21 from TeamPiped/sweep/enable-lto
Enable LTO for release build in Cargo.toml
This commit is contained in:
commit
2d2a00e50b
@ -12,3 +12,6 @@ tokio = {version = "1.30.0", features = ["full"]}
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
Loading…
Reference in New Issue
Block a user