Im trying not to die of old age waiting on llvm :(

This commit is contained in:
andrew.kraevskii
2026-03-04 01:56:32 +03:00
parent 2e2c140d5b
commit 9ca360c6b3

View File

@@ -8,8 +8,8 @@ pub fn build(b: *std.Build) void {
const exe = b.addExecutable(.{
.name = "Zivro",
.use_llvm = true,
.use_lld = true,
// .use_llvm = true,
// .use_lld = true,
.root_module = b.createModule(.{
.root_source_file = b.path("src/main.zig"),
.target = target,