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

Edit vm_opts.h for VM options

Revert 46f175ed5c partially.

Also tool/ruby_vm scripts refer the options in vm_opts.h.
This commit is contained in:
Nobuyoshi Nakada 2019-10-26 02:54:29 +09:00
parent 42c652d195
commit 84b69c520e
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -159,7 +159,7 @@ env:
<<: *cron-only <<: *cron-only
<<: *make-test-only <<: *make-test-only
env: env:
- cppflags=-DOPT_SUPPORT_JOKE - BEFORE_INSTALL="sed vm_opts.h -e 's/OPT_SUPPORT_JOKE *0/OPT_SUPPORT_JOKE 1/' -i"
- &CPDEBUG - &CPDEBUG
name: CPDEBUG name: CPDEBUG