mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 08:16:13 +03:00
Merge pull request #1716 from widberg/main
Revert cc29f0686379187733fe8824a2bea3ec63d93448
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user