| author | |
| committer | |
| log | e08837b0fe2cf4ef470d8416abcc6db7573d473e |
| tree | 9706fb029963adc00a5f029a6f47223b7aa8bb82 |
| parent | e3f36d0d81b85c213d03ffcd090ce19bfcbb3fbc |
I observed this take more memory than the previous declaration1 files changed, 0 insertions(+), 4 deletions(-)
build.zig-4| ... | @@ -535,10 +535,6 @@ pub fn build(b: *std.Build) !void { | ... | @@ -535,10 +535,6 @@ pub fn build(b: *std.Build) !void { |
| 535 | .aarch64 => 701_413_785, | 535 | .aarch64 => 701_413_785, |
| 536 | else => 800_000_000, | 536 | else => 800_000_000, |
| 537 | }, | 537 | }, |
| 538 | .windows => switch (b.graph.host.result.cpu.arch) { | ||
| 539 | .x86_64 => 536_414_208, | ||
| 540 | else => 600_000_000, | ||
| 541 | }, | ||
| 542 | else => 900_000_000, | 538 | else => 900_000_000, |
| 543 | }, | 539 | }, |
| 544 | })); | 540 | })); |