Skip to content

Commit 82fe5cc

Browse files
committed
test: Remove Windows LTO workaround that is no longer needed.
1 parent 332add7 commit 82fe5cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/standalone/c_compiler/build.zig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ fn add(
4141
b.default_step.dependOn(&exe_cpp.step);
4242

4343
switch (target.result.os.tag) {
44-
.windows => {
45-
// https://github.com/ziglang/zig/issues/8531
46-
exe_cpp.want_lto = false;
47-
},
4844
.macos => {
4945
// https://github.com/ziglang/zig/issues/8680
5046
exe_cpp.want_lto = false;

0 commit comments

Comments
 (0)