fixes to allow native to work - should revert when recursion is fixed

This commit is contained in:
2026-02-17 15:44:17 -06:00
parent 78051e24f3
commit 8a24a69120
3 changed files with 61 additions and 7 deletions

View File

@@ -38,6 +38,8 @@ if host_machine.system() == 'darwin'
foreach fkit : fworks
deps += dependency('appleframeworks', modules: fkit)
endforeach
# 32MB stack for deep native recursion (CPS patterns without TCO)
link += ['-Wl,-stack_size,0x2000000']
endif
if host_machine.system() == 'playdate'