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 });