We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332add7 commit 82fe5ccCopy full SHA for 82fe5cc
test/standalone/c_compiler/build.zig
@@ -41,10 +41,6 @@ fn add(
41
b.default_step.dependOn(&exe_cpp.step);
42
43
switch (target.result.os.tag) {
44
- .windows => {
45
- // https://github.com/ziglang/zig/issues/8531
46
- exe_cpp.want_lto = false;
47
- },
48
.macos => {
49
// https://github.com/ziglang/zig/issues/8680
50
exe_cpp.want_lto = false;
0 commit comments