| author | |
| committer | |
| log | 11e2bb391ee13d0b91f241f9720a9ae877e5cc2a |
| tree | 67f712473f89f8b4041c47c73ae346b138b89e7a |
| parent | adba29b342cf619dc1fd4ee20d450aeb902b35d7 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/Maker.zig+1| ... | ... | @@ -2236,6 +2236,7 @@ fn prepare(maker: *Maker, step_indices: []const Configuration.Step.Index) !void |
| 2236 | 2236 | } |
| 2237 | 2237 | } |
| 2238 | 2238 | if (any_problems) { |
| 2239 | log.info("use --skip-oom-steps to proceed, skipping memory limited steps", .{}); | |
| 2239 | 2240 | if (maker.max_rss_is_default) { |
| 2240 | 2241 | log.info("use --maxrss {d} to proceed, risking system memory exhaustion", .{max_needed}); |
| 2241 | 2242 | } |