From 63582532b8014d59117a8929afd1f7725bc1b469 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 25 Feb 2026 09:22:14 +0000 Subject: add initial stats for disasm stats in all modes --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7b52dd9..0fa7449 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,3 +62,6 @@ capstone_bench = [] # this disables a lot of inlining to make it easier for me to measure # likelihood of codepaths for typical instruction sequences profiling = [] + +# do not use this. it is for development and library debugging only. +_debug_internal_disasm_stats = [] -- cgit v1.1