| author | |
| committer | |
| log | 219624111be4a87b3e3b50328549c2b50746ad02 |
| tree | dbbcc3dd5ba4fcbae69183ea7e5b653a45c8ef63 |
| parent | 018da9662de319f6b5da45067179244c4630fd1f |
| signature |
Needed for riscv64-linux. Overkill for everything else, but: e19c686c22d6e1666244075909b9fe1993e1ee2b.1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -833,7 +833,7 @@ fn addCompilerMod(b: *std.Build, options: AddCompilerModOptions) *std.Build.Modu |
| 833 | 833 | fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Step.Compile { |
| 834 | 834 | const exe = b.addExecutable(.{ |
| 835 | 835 | .name = "zig", |
| 836 | .max_rss = 7_000_000_000, | |
| 836 | .max_rss = 7_900_000_000, | |
| 837 | 837 | .root_module = addCompilerMod(b, options), |
| 838 | 838 | }); |
| 839 | 839 | exe.stack_size = stack_size; |