From 1dec7384d1629eb1b45252294c7e1a7009f148bc Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 22 Nov 2012 09:03:43 +0000 Subject: * Makefile.in (probes.o): add -C to ignore #include in probes.d. * probes.d: include vm_opts.h instead of vm_core.h. * vm_opts.h (VM_COLLECT_USAGE_DETAILS): move definition from vm_core.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm_opts.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vm_opts.h') diff --git a/vm_opts.h b/vm_opts.h index 4f7162d1b4..f77b01886e 100644 --- a/vm_opts.h +++ b/vm_opts.h @@ -49,4 +49,8 @@ /* misc */ #define SUPPORT_JOKE 0 +#ifndef VM_COLLECT_USAGE_DETAILS +#define VM_COLLECT_USAGE_DETAILS 0 +#endif + #endif /* RUBY_VM_OPTS_H */ -- cgit v1.2.3