Skip to content

Commit

Permalink
Performance optimization with cargo flags (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker-00 authored Mar 3, 2024
1 parent 17c08f0 commit c8f2408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,7 @@ webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
native-tls = ["reqwest/native-tls"]

[profile.release]
strip = true
opt-level = 3
lto = true
codegen-units = 1

0 comments on commit c8f2408

Please sign in to comment.