aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-02-25 09:22:14 +0000
committeriximeow <me@iximeow.net>2026-05-25 00:59:27 +0000
commit63582532b8014d59117a8929afd1f7725bc1b469 (patch)
tree90230c5e3979a6722fdb8fd053381dd2e3c8c41c /Cargo.toml
parent6b2b3e82ccf9fb2b726ec819a0af7892bbb5d21a (diff)
add initial stats for disasm stats in all modes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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 = []