Vincent Rischmann
Vincent Rischmann
So, there was no reason to change to dynamic linking, that was an oversight when merging a PR. But that is not the issue here, executing the `zig build-exe` command...
I rebuilt zig myself because the version installed with zvm does not have debug symbols, now I see this: ``` $ ~/tools/zig/build/stage3/bin/zig build run run └─ run exe zig-sqlite-demo └─...
> Maybe related to [ziglang/zig#25060](https://github.com/ziglang/zig/issues/25060) > > Adding `.use_llvm = true` to the demo `build.zig` seems to work > > ... > const exe = b.addExecutable(.{ > .name = "zig-sqlite-demo",...