| author | |
| committer | |
| log | cfd142c4c6057bcfe66dfd2e98dfbf5111b1afcf |
| tree | 337049fb9f1cd11b677b13caf0d730d774e735c3 |
| parent | f4140f6e8b0aae1dc2e449852a739a14908b2c60 |
2 files changed, 0 insertions(+), 2 deletions(-)
tools/update_clang_options.zig-1| ... | ... | @@ -676,7 +676,6 @@ pub fn main(init: std.process.Init) !void { |
| 676 | 676 | |
| 677 | 677 | const child_result = try std.process.run(arena, io, .{ |
| 678 | 678 | .argv = &child_args, |
| 679 | .max_output_bytes = 100 * 1024 * 1024, | |
| 680 | 679 | }); |
| 681 | 680 | |
| 682 | 681 | std.debug.print("{s}\n", .{child_result.stderr}); |
tools/update_cpu_features.zig-1| ... | ... | @@ -1987,7 +1987,6 @@ fn processOneTarget(io: Io, job: Job) void { |
| 1987 | 1987 | |
| 1988 | 1988 | const child_result = try std.process.run(arena, io, .{ |
| 1989 | 1989 | .argv = &child_args, |
| 1990 | .max_output_bytes = 500 * 1024 * 1024, | |
| 1991 | 1990 | }); |
| 1992 | 1991 | tblgen_progress.end(); |
| 1993 | 1992 | if (child_result.stderr.len != 0) { |