mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-09 15:19:13 +02:00
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:
parent
de948a08ce
commit
8e12e2814f
1 changed files with 1 additions and 0 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue