From 0d99f0cdfecd92262545aa304ffa05fce7a38223 Mon Sep 17 00:00:00 2001 From: AnErrupTion Date: Fri, 17 Apr 2026 11:26:34 +0200 Subject: [PATCH] Don't always use LLVM anymore Signed-off-by: AnErrupTion --- build.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.zig b/build.zig index 6207568..ca62246 100644 --- a/build.zig +++ b/build.zig @@ -68,8 +68,6 @@ 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 ly_ui = b.dependency("ly_ui", .{ .target = target, .optimize = optimize });