aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index fffaa5e986..2e85eec524 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -14,6 +14,10 @@
#define RUBY_VM_THREAD_MODEL 2
+#ifndef VM_COLLECT_USAGE_DETAILS
+#define VM_COLLECT_USAGE_DETAILS 0
+#endif
+
#include "ruby/ruby.h"
#include "ruby/st.h"