| author | |
| committer | |
| log | 2ab982eb13c5852dda277ac7b4290c15f420c2d7 |
| tree | d646bcbc151cdcf5ee80c9f68372e98a426eca7f |
| parent | 69a6f31596647fa0fca12346edb69dbe5bbc703a |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -640,7 +640,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St |
| 640 | 640 | .root_source_file = .{ .path = "src/main.zig" }, |
| 641 | 641 | .target = options.target, |
| 642 | 642 | .optimize = options.optimize, |
| 643 | .max_rss = 12_000_000_000, | |
| 643 | .max_rss = 7_000_000_000, | |
| 644 | 644 | .strip = options.strip, |
| 645 | 645 | .sanitize_thread = options.sanitize_thread, |
| 646 | 646 | .single_threaded = options.single_threaded, |