Don't always use LLVM anymore

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2026-04-17 11:26:34 +02:00
commit 0d99f0cdfe
No known key found for this signature in database

View file

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