| ... | @@ -11,7 +11,7 @@ const assert = std.debug.assert; | ... | @@ -11,7 +11,7 @@ const assert = std.debug.assert; |
| 11 | const DevEnv = @import("src/dev.zig").Env; | 11 | const DevEnv = @import("src/dev.zig").Env; |
| 12 | | 12 | |
| 13 | const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 14, .patch = 0 }; | 13 | const zig_version: std.SemanticVersion = .{ .major = 0, .minor = 14, .patch = 0 }; |
| 14 | const stack_size = 32 * 1024 * 1024; | 14 | const stack_size = 46 * 1024 * 1024; |
| 15 | | 15 | |
| 16 | pub fn build(b: *std.Build) !void { | 16 | pub fn build(b: *std.Build) !void { |
| 17 | const only_c = b.option(bool, "only-c", "Translate the Zig compiler to C code, with only the C backend enabled") orelse false; | 17 | const only_c = b.option(bool, "only-c", "Translate the Zig compiler to C code, with only the C backend enabled") orelse false; |