Note we use ReleaseFast to disable the stack probe which causes issues on Intel Macs.
We see the following error in CI
Undefined symbols for architecture x86_64:
"___zig_probe_stack", referenced from:
_debug.panicExtra__anon_3134 in libhost.a.o)
_debug.panicExtra__anon_3136 in libhost.a.o)
_debug.panicExtra__anon_3730 in libhost.a.o)
_debug.panicExtra__anon_4078 in libhost.a.o)
_debug.ModuleDebugInfo__struct_4612.loadOFile in libhost.a.o)
_dwarf.DwarfInfo.getLineNumberInfo in libhost.a.o)
_debug.printLineFromFileAnyOs__anon_7202 in libhost.a.o)
...
ld: symbol(s) not found for architecture x86_64
Need to investigate and figure out if there is anything wrong here. Update build.roc etc...
Note we use ReleaseFast to disable the stack probe which causes issues on Intel Macs.
We see the following error in CI
Need to investigate and figure out if there is anything wrong here. Update
build.roc
etc...