kassane/tigerbeetle-cpp

GCC: undefined reference to `__zig_probe_stack'

kassane opened this issue · 0 comments

It can be noted that in the CI, zig c++ is used in preference to the usual compilers. Also if you look at findTigerBeetle.cmake will understand that it only offers static library support.
However, it is possible to use gcc with shared library tb_client (compiler-rt built-in).

Ref: