Use LLVM in Debug (closes #832)

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2025-10-14 19:42:16 +02:00
parent bd335c8c91
commit 1839e4cb44
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ pub fn build(b: *std.Build) !void {
.target = target,
.optimize = optimize,
}),
// Here until the native backend matures in terms of performance
.use_llvm = true,
});
const zigini = b.dependency("zigini", .{ .target = target, .optimize = optimize });