Skip to content

Commit

Permalink
always use ReleaseFast for wayland-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 4, 2024
1 parent 77cf7c5 commit 4dd3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn build(b: *std.Build) !void {
const freetype_dep = b.dependency("freetype", .{});
const wayland_scanner_dep = b.dependency("wayland_scanner", .{
.target = b.host,
.optimize = optimize,
.optimize = .ReleaseFast,
});
const font_dep = b.dependency("fonts", .{});

Expand Down

0 comments on commit 4dd3b2e

Please sign in to comment.