| author | |
| committer | |
| log | fb99808008f2ad67122b26c0ad31ca6a0c2456cc |
| tree | 6da8ab5771741de6ebabb750f2fa223a1a1a8f51 |
| parent | eecb669074f7798975366ac834ae25fa185f05fa |
See #85311 files changed, 4 insertions(+), 0 deletions(-)
test/standalone/c_compiler/build.zig+4| ... | ... | @@ -32,6 +32,10 @@ pub fn build(b: *Builder) void { |
| 32 | 32 | exe_cpp.linkSystemLibrary("c++"); |
| 33 | 33 | |
| 34 | 34 | switch (target.getOsTag()) { |
| 35 | .windows => { | |
| 36 | // https://github.com/ziglang/zig/issues/8531 | |
| 37 | exe_cpp.want_lto = false; | |
| 38 | }, | |
| 35 | 39 | .macos => { |
| 36 | 40 | // https://github.com/ziglang/zig/issues/8680 |
| 37 | 41 | exe_cpp.want_lto = false; |