diff options
-rw-r--r-- | users/zseri/store-ref-scanner/fuzz/Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/zseri/store-ref-scanner/fuzz/Cargo.toml b/users/zseri/store-ref-scanner/fuzz/Cargo.toml index baa17132756d..1832be00329c 100644 --- a/users/zseri/store-ref-scanner/fuzz/Cargo.toml +++ b/users/zseri/store-ref-scanner/fuzz/Cargo.toml @@ -29,3 +29,8 @@ name = "nocrash" path = "fuzz_targets/nocrash.rs" test = false doc = false + +[profile.release] +incremental = false +overflow-checks = true +panic = "abort" |