mirror of
https://codeberg.org/fairyglade/ly.git
synced 2026-08-19 20:14:19 +02:00
Don't always use LLVM anymore
Signed-off-by: AnErrupTion <anerruption@disroot.org>
This commit is contained in:
parent
67496fc907
commit
0d99f0cdfe
1 changed files with 0 additions and 2 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue