| author | |
| committer | |
| log | ead02378143ed3fb160438d7bfbb1c5718580ff5 |
| tree | f0830d579905df586e71a217f6c5cf057381b9ad |
| parent | 060406a52665e9c70012a7148757bd6d9797cf34 |
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_000_000_000, | |
| 626 | .max_rss = 7_100_000_000, | |
| 627 | 627 | .strip = options.strip, |
| 628 | 628 | .sanitize_thread = options.sanitize_thread, |
| 629 | 629 | .single_threaded = options.single_threaded, |