| author | |
| committer | |
| log | 2d757c65d84337d3b0a6dbdc06074966138084a0 |
| tree | b144b79c93b9cde6663b375a2fcfc1ecb6c93183 |
| parent | 8cdaaa7b4fcf10f1cb5603dc3bb2340ef17c9fc9 |
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 = 8_000_000_000, | |
| 626 | .max_rss = 7_000_000_000, | |
| 627 | 627 | .strip = options.strip, |
| 628 | 628 | .sanitize_thread = options.sanitize_thread, |
| 629 | 629 | .single_threaded = options.single_threaded, |