diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 88fa00bbc..fa4538167 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -28,7 +28,7 @@ path = "fuzz_targets/fuzz_regex_match.rs" opt-level = 3 debug = true -[profile.debug] +[profile.dev] inherits = "release" [profile.test]