Skip to content

Commit

Permalink
Check compilation with USE_RVARGC on Github Actions
Browse files Browse the repository at this point in the history
Co-authored-by: peterzhu2118 <peter@peterzhu.ca>
  • Loading branch information
eightbitraptor and peterzhu2118 committed Feb 5, 2021
1 parent 3554067 commit 59552d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
# - { key: cppflags, name: USE_GC_MALLOC_OBJ_INFO_DETAILS, value: '-DUSE_GC_MALLOC_OBJ_INFO_DETAILS' }
- { key: cppflags, name: USE_LAZY_LOAD, value: '-DUSE_LAZY_LOAD' }
# - { key: cppflags, name: USE_RINCGC=0, value: '-DUSE_RINCGC=0' }
- { key: cppflags, name: USE_RVARGC=1, value: '-DUSE_RVARGC=1' }
# - { key: cppflags, name: USE_SYMBOL_GC=0, value: '-DUSE_SYMBOL_GC=0' }
# - { key: cppflags, name: USE_THREAD_CACHE=0, value: '-DUSE_THREAD_CACHE=0' }
# - { key: cppflags, name: USE_TRANSIENT_HEAP=0, value: '-DUSE_TRANSIENT_HEAP=0' }
Expand Down

0 comments on commit 59552d1

Please sign in to comment.