diff options
| author | iximeow <me@iximeow.net> | 2026-05-24 23:16:17 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-05-25 06:46:39 +0000 |
| commit | 94f39674e0aee55ff6f6bb59f7d7c4873d2d1a6c (patch) | |
| tree | 5e3d54110e387ac0024d05752d2d98a88fccbd38 /fuzz/Cargo.toml | |
| parent | 340d89e4efd6200e733db8f67e787a6625a0a128 (diff) | |
enable internal asserts during fuzzingHEADno-gods-no-
Diffstat (limited to 'fuzz/Cargo.toml')
| -rw-r--r-- | fuzz/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 0e25937..2e554db 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -66,6 +66,6 @@ test = false doc = false [features] -default = ["unstable"] +default = ["unstable", "yaxpeax-x86/_debug_internal_asserts"] unstable = ["yaxpeax-x86/unstable"] |
