mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
.github/workflows/compilers.yml: Add configure --enable-mkmf-verbose case.
This commit is contained in:
parent
019cbded90
commit
7522343351
Notes:
git
2022-05-12 19:36:34 +09:00
1 changed files with 1 additions and 0 deletions
1
.github/workflows/compilers.yml
vendored
1
.github/workflows/compilers.yml
vendored
|
@ -130,6 +130,7 @@ jobs:
|
|||
- { key: append_configure, name: 'coroutine=pthread', value: '--with-coroutine=pthread' }
|
||||
- { key: append_configure, name: disable-jit-support, value: '--disable-jit-support' }
|
||||
- { key: append_configure, name: disable-dln, value: '--disable-dln' }
|
||||
- { key: append_configure, name: enable-mkmf-verbose, value: '--enable-mkmf-verbose' }
|
||||
- { key: append_configure, name: disable-rubygems, value: '--disable-rubygems' }
|
||||
|
||||
- { key: cppflags, name: OPT_THREADED_CODE=1, value: '-DOPT_THREADED_CODE=1' }
|
||||
|
|
Loading…
Add table
Reference in a new issue