Continue using LLVM backend in Debug

See https://codeberg.org/ziglang/zig/issues/31272

Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
AnErrupTion 2026-04-25 12:58:08 +02:00
commit 8e12e2814f
No known key found for this signature in database

View file

@ -68,6 +68,7 @@ pub fn build(b: *std.Build) !void {
.target = target,
.optimize = optimize,
}),
.use_llvm = true,
});
const ly_ui = b.dependency("ly_ui", .{ .target = target, .optimize = optimize });