From dc613f221bda39c7d8dc2de40d7a40a96fa95d8e Mon Sep 17 00:00:00 2001 From: Jared Widberg Date: Sat, 27 Apr 2024 20:06:56 -0400 Subject: [PATCH] Revert cc29f0686379187733fe8824a2bea3ec63d93448 --- build.zig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build.zig b/build.zig index c19ce3ae9..860a1211e 100644 --- a/build.zig +++ b/build.zig @@ -266,10 +266,6 @@ pub fn build(b: *std.Build) !void { exe.addWin32ResourceFile(.{ .file = b.path("dist/windows/ghostty.rc"), }); - - // Building with LTO on Windows is broken. - // https://github.com/ziglang/zig/issues/15958 - exe.want_lto = false; } // If we're installing, we get the install step so we can add