Skip to content

Commit

Permalink
Add a profiling cargo profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 7, 2024
1 parent 22e4279 commit e95c5be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ phf = { version = "0.11.2", features = ["macros"] }
serde = { version = "1.0", features = ["derive"], optional = true }
smallvec = "1.0"

[profile.profiling]
inherits = "release"
debug = true

[features]
bench = []
dummy_match_byte = []
Expand Down

0 comments on commit e95c5be

Please sign in to comment.