native function type
This commit is contained in:
@@ -38,8 +38,7 @@ 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']
|
||||
# Native code uses dispatch loop (no C stack recursion)
|
||||
endif
|
||||
|
||||
if host_machine.system() == 'playdate'
|
||||
|
||||
Reference in New Issue
Block a user