mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-01 15:38:35 +00:00
Revert cc29f06863
This commit is contained in:
@@ -266,10 +266,6 @@ pub fn build(b: *std.Build) !void {
|
|||||||
exe.addWin32ResourceFile(.{
|
exe.addWin32ResourceFile(.{
|
||||||
.file = b.path("dist/windows/ghostty.rc"),
|
.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
|
// If we're installing, we get the install step so we can add
|
||||||
|
Reference in New Issue
Block a user