| author | |
| committer | |
| log | 5c6adbeb3931c209c651239cffb60831bcf02949 |
| tree | 6ec05d7fe6c87db57a1657d00ebe2499b37b59db |
| parent | 21b544a90a45cbac02c226ff7082241c2237ffdf |
1 files changed, 1 insertions(+), 1 deletions(-)
test/tests.zig+1-1| ... | ... | @@ -1043,7 +1043,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S |
| 1043 | 1043 | // test-c-abi should test both with LTO on and with LTO off. Only |
| 1044 | 1044 | // some combinations are passing currently: |
| 1045 | 1045 | // https://github.com/ziglang/zig/issues/14908 |
| 1046 | if (c_abi_target.isWindows() and (c_abi_target.getCpuArch() == .x86 or builtin.target.os.tag == .linux)) { | |
| 1046 | if (c_abi_target.isWindows()) { | |
| 1047 | 1047 | test_step.want_lto = false; |
| 1048 | 1048 | } |
| 1049 | 1049 |