1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

.github: add test for -DMJIT_FORCE_ENABLE

This commit is contained in:
卜部昌平 2020-06-09 11:46:01 +09:00
parent 8664f19796
commit adfd4f3916
Notes: git 2020-06-09 12:38:00 +09:00

View file

@ -140,6 +140,8 @@ jobs:
- { key: cppflags, name: VM_DEBUG_BP_CHECK, value: '-DVM_DEBUG_BP_CHECK' }
- { key: cppflags, name: VM_DEBUG_VERIFY_METHOD_CACHE, value: '-DVM_DEBUG_VERIFY_METHOD_CACHE' }
- { key: cppflags, name: MJIT_FORCE_ENABLE, value: '-DMJIT_FORCE_ENABLE' }
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
container: shyouhei/c-compilers:latest