Skip to content

fix zig stacktraces on linux, also bump version

Sahnvour requested to merge zig_stacktrace into main

the zig code used std.os.system.getauxval that doesn't work in library mode instead we link to libc so that zig uses std.c.getauxval

Merge request reports