@@ -8,7 +8,7 @@ pub fn build(b: *std.Build) void {
const exe = b.addExecutable(.{
.name = "Zivro",
.use_llvm = true,
.use_llvm = optimize == .Debug,
.root_module = b.createModule(.{
.root_source_file = b.path("src/main.zig"),
.target = target,
The note is not visible to the blocked user.