Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
add profile to increase opt-level.
Browse files Browse the repository at this point in the history
fix #154

Signed-off-by: Yang, Longlong <[email protected]>
  • Loading branch information
longlongyang authored and jyao1 committed Nov 23, 2023
1 parent 54ab460 commit e7123b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ exclude = [

resolver = "2"

# The dev profile used for `cargo build`
[profile.dev]
opt-level = 3
# The release profile used for `cargo build --release`
[profile.release]
opt-level = 3

[patch.crates-io]
ring = { path = "external/ring" }
webpki = { path = "external/webpki" }
Expand Down

0 comments on commit e7123b9

Please sign in to comment.