Performance optimization with cargo flags (#355)

This commit is contained in:
Linus Walker 2024-03-04 00:05:09 +06:30 committed by GitHub
commit c8f2408373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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