| author | |
| committer | |
| log | 8fd4c36bf90baf8d2f7614e61b779aa75c66ee90 |
| tree | ea8ce97985d3771a9c905a082ae76d67cf4bb3ba |
| parent | e69ffcd8c1179f9945b672a7dba5a2d42fa6cf88 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -623,7 +623,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St |
| 623 | 623 | .root_source_file = .{ .path = "src/main.zig" }, |
| 624 | 624 | .target = options.target, |
| 625 | 625 | .optimize = options.optimize, |
| 626 | .max_rss = 7_500_000_000, | |
| 626 | .max_rss = 8_000_000_000, | |
| 627 | 627 | .strip = options.strip, |
| 628 | 628 | .sanitize_thread = options.sanitize_thread, |
| 629 | 629 | .single_threaded = options.single_threaded, |