From bd7466034f8cccc3b0918201d1eb099cc8be3c56 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 23 Jul 2021 08:39:44 -0400 Subject: [PATCH] fuzz: try to fix build issue Ref: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36474 See: https://oss-fuzz-build-logs.storage.googleapis.com/log-fe51f615-a13f-4685-b8d8-de4583da1ebd.txt --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]