mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Avoid defining unused instructions
This commit is contained in:
parent
355ccdeae5
commit
1a9cc3b27c
Notes:
git
2019-09-03 14:23:11 +09:00
4 changed files with 25 additions and 20 deletions
|
@ -61,7 +61,8 @@
|
|||
#define OPT_STACK_CACHING 0
|
||||
|
||||
/* misc */
|
||||
#define SUPPORT_JOKE 0
|
||||
#define OPT_SUPPORT_JOKE 0
|
||||
#define SUPPORT_JOKE OPT_SUPPORT_JOKE
|
||||
|
||||
#ifndef VM_COLLECT_USAGE_DETAILS
|
||||
#define VM_COLLECT_USAGE_DETAILS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue