mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 14:55:25 +00:00
parent
3ce83e879b
commit
c4e4fa2287
@ -853,7 +853,7 @@ pub const Builder = struct {
|
||||
) ![]u8 {
|
||||
assert(argv.len != 0);
|
||||
|
||||
const max_output_size = 100 * 1024;
|
||||
const max_output_size = 400 * 1024;
|
||||
const child = try std.ChildProcess.init(argv, self.allocator);
|
||||
defer child.deinit();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user