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-02-25 09:22:14 +0000
commita7bfd957879388e6d2d55cb188bfdc47f01ffb96 (patch)
treea3ebe03ec56ece85f9eb8b8a6d1c1b74ee4bb68d /Cargo.toml
parent953fb84fca06f34f1ae70481f6449c39f734f24b (diff)
hey that's useful
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 a8d2c86..7369627 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,3 +65,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 = []