mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-12-13 05:40: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]
|
[lib]
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
Loading…
Reference in New Issue
Block a user