From 94f39674e0aee55ff6f6bb59f7d7c4873d2d1a6c Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 24 May 2026 23:16:17 +0000 Subject: enable internal asserts during fuzzing --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fuzz') 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"] -- cgit v1.1