disable yjit when for non-flonum
YJIT does not interface with this flag.
This commit is contained in:
parent
00f9231534
commit
dd7c590f8a
Notes:
git
2023-07-05 14:13:59 +00:00
2
.github/workflows/compilers.yml
vendored
2
.github/workflows/compilers.yml
vendored
@ -168,7 +168,7 @@ jobs:
|
||||
# - { name: VM_CHECK_MODE, env: { cppflags: '-DVM_CHECK_MODE' } }
|
||||
|
||||
# - { name: USE_EMBED_CI=0, env: { cppflags: '-DUSE_EMBED_CI=0' } }
|
||||
- { name: USE_FLONUM=0, env: { cppflags: '-DUSE_FLONUM=0' } }
|
||||
- { name: USE_FLONUM=0, env: { cppflags: '-DUSE_FLONUM=0', append_configure: '--disable-yjit' } }
|
||||
# - { name: USE_GC_MALLOC_OBJ_INFO_DETAILS, env: { cppflags: '-DUSE_GC_MALLOC_OBJ_INFO_DETAILS' } }
|
||||
# - { name: USE_LAZY_LOAD, env: { cppflags: '-DUSE_LAZY_LOAD' } }
|
||||
# - { name: USE_SYMBOL_GC=0, env: { cppflags: '-DUSE_SYMBOL_GC=0' } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user