mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Use cppflags to pass preprocessor options
This commit is contained in:
parent
d5d5844744
commit
46f175ed5c
2 changed files with 4 additions and 2 deletions
|
@ -61,7 +61,9 @@
|
|||
#define OPT_STACK_CACHING 0
|
||||
|
||||
/* misc */
|
||||
#ifndef OPT_SUPPORT_JOKE
|
||||
#define OPT_SUPPORT_JOKE 0
|
||||
#endif
|
||||
|
||||
#ifndef VM_COLLECT_USAGE_DETAILS
|
||||
#define VM_COLLECT_USAGE_DETAILS 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue