about summary refs log tree commit diff
path: root/users/zseri/store-ref-scanner/fuzz/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/zseri/store-ref-scanner/fuzz/Cargo.toml')
-rw-r--r--users/zseri/store-ref-scanner/fuzz/Cargo.toml5
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 baa1713275..1832be0032 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"