mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add check for USE_DEBUG_COUNTER
This commit is contained in:
parent
558a9244e9
commit
8c6a2cc24e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -180,6 +180,7 @@ jobs:
|
|||
# - { name: USE_RUBY_DEBUG_LOG=1, env: { cppflags: '-DUSE_RUBY_DEBUG_LOG=1' } }
|
||||
- { name: USE_RVARGC=0, env: { cppflags: '-DUSE_RVARGC=0' } }
|
||||
# - { name: USE_RVARGC=1, env: { cppflags: '-DUSE_RVARGC=1' } }
|
||||
- { name: USE_DEBUG_COUNTER, env: { cppflags: '-DUSE_DEBUG_COUNTER=1', RUBY_DEBUG_COUNTER_DISABLE: '1' } }
|
||||
|
||||
- { name: DEBUG_FIND_TIME_NUMGUESS, env: { cppflags: '-DDEBUG_FIND_TIME_NUMGUESS' } }
|
||||
- { name: DEBUG_INTEGER_PACK, env: { cppflags: '-DDEBUG_INTEGER_PACK' } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue