* 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
This commit is contained in:
naruse 2012-11-22 09:03:43 +00:00
parent 59c41661a7
commit 1dec7384d1
5 changed files with 14 additions and 6 deletions

View file

@ -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 */