mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 08:34:18 +02:00
Performance optimization with cargo flags (#355)
This commit is contained in:
parent
17c08f0261
commit
c8f2408373
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue