14 lines
531 B
Diff
14 lines
531 B
Diff
|
|
Index: zig-0.15.2/build.zig
|
||
|
|
===================================================================
|
||
|
|
--- zig-0.15.2.orig/build.zig
|
||
|
|
+++ zig-0.15.2/build.zig
|
||
|
|
@@ -738,7 +738,7 @@ fn addCompilerMod(b: *std.Build, options
|
||
|
|
fn addCompilerStep(b: *std.Build, options: AddCompilerModOptions) *std.Build.Step.Compile {
|
||
|
|
const exe = b.addExecutable(.{
|
||
|
|
.name = "zig",
|
||
|
|
- .max_rss = 7_800_000_000,
|
||
|
|
+ .max_rss = 10_800_000_000,
|
||
|
|
.root_module = addCompilerMod(b, options),
|
||
|
|
});
|
||
|
|
exe.stack_size = stack_size;
|