mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Merge pull request #21 from TeamPiped/sweep/enable-lto
Enable LTO for release build in Cargo.toml
This commit is contained in:
commit
2d2a00e50b
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue