| author | |
| committer | |
| log | 59733374ed5a629f0109016663a6d79fbfab5129 |
| tree | 0025ab732844c3b37cb5e8b40a7672493d581b51 |
| parent | 2b84592858fe004fcae1372f7a5f97e10a81c2e3 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -618,7 +618,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St |
| 618 | 618 | .root_source_file = b.path("src/main.zig"), |
| 619 | 619 | .target = options.target, |
| 620 | 620 | .optimize = options.optimize, |
| 621 | .max_rss = 7_100_000_000, | |
| 621 | .max_rss = 7_500_000_000, | |
| 622 | 622 | .strip = options.strip, |
| 623 | 623 | .sanitize_thread = options.sanitize_thread, |
| 624 | 624 | .single_threaded = options.single_threaded, |