mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* 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:
parent
59c41661a7
commit
1dec7384d1
5 changed files with 14 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue