Skip to content

Commit e95c5be

Browse files
committed
Add a profiling cargo profile.
1 parent 22e4279 commit e95c5be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ phf = { version = "0.11.2", features = ["macros"] }
2727
serde = { version = "1.0", features = ["derive"], optional = true }
2828
smallvec = "1.0"
2929

30+
[profile.profiling]
31+
inherits = "release"
32+
debug = true
33+
3034
[features]
3135
bench = []
3236
dummy_match_byte = []

0 commit comments

Comments
 (0)