if you are using zig 0.15+ on x86_64 linux, then the custom backend is enabled by default in debug mode.
You can force the use of llvm with .use_llvm = true for your compile options, or -fllvm if you’re not using the build system.
if you are using zig 0.15+ on x86_64 linux, then the custom backend is enabled by default in debug mode.
You can force the use of llvm with .use_llvm = true for your compile options, or -fllvm if you’re not using the build system.