diff --git a/Cargo.toml b/Cargo.toml index ea04cb43..6630f7f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = []