Skip to content

Commit

Permalink
Specify VM_CHECK_MODE explicitly
Browse files Browse the repository at this point in the history
In my understanding, `VM_CHECK_MODE` should be Integer and I'm not sure
how `-DVM_CHECK_MODE` would behave. To make the matters simple, let me
pass the mode explicitly.
  • Loading branch information
k0kubun committed Apr 28, 2019
1 parent 766293f commit f40458e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -143,7 +143,7 @@ env:
<<: *make-test-only
env:
- GEMS_FOR_TEST=
- cppflags='-DRUBY_DEBUG -DVM_CHECK_MODE -DTRANSIENT_HEAP_CHECK_MODE -DRGENGC_CHECK_MODE -DENC_DEBUG'
- cppflags='-DRUBY_DEBUG -DVM_CHECK_MODE=1 -DTRANSIENT_HEAP_CHECK_MODE -DRGENGC_CHECK_MODE -DENC_DEBUG'

- &VM_CHECK_MODE
name: VM_CHECK_MODE=3
Expand Down

0 comments on commit f40458e

Please sign in to comment.