fix array gc bug; new gc error chasing

This commit is contained in:
2026-02-13 16:58:42 -06:00
parent c1430fd59b
commit e80e615634
15 changed files with 9585 additions and 9446 deletions

View File

@@ -18,6 +18,10 @@ add_project_arguments(
)
add_project_arguments('-Wno-narrowing', language: 'cpp')
if get_option('validate_gc')
add_project_arguments('-DVALIDATE_GC', language: 'c')
endif
deps = []
if host_machine.system() == 'darwin'