| author | |
| committer | |
| log | f2b81f57f40797237bf19bd8e55a1f384495bb9a |
| tree | 6907da82e5ea24cde132d8e6eeb3d975382441cd |
| parent | bd7dda0c5590e272a85711e8f90a90941566c988 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -644,7 +644,7 @@ fn addCompilerStep(b: *std.Build, options: AddCompilerStepOptions) *std.Build.St |
| 644 | 644 | .root_source_file = b.path("src/main.zig"), |
| 645 | 645 | .target = options.target, |
| 646 | 646 | .optimize = options.optimize, |
| 647 | .max_rss = 7_500_000_000, | |
| 647 | .max_rss = 7_800_000_000, | |
| 648 | 648 | .strip = options.strip, |
| 649 | 649 | .sanitize_thread = options.sanitize_thread, |
| 650 | 650 | .single_threaded = options.single_threaded, |