authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-10 16:34:23+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-06-02 20:33:36+02:00
loge3b8aece4bad8bc0316b24a7570ceb129c450852
tree7cd0bedba6ab62a15b1b85a1e07521d228f3d7f2
parent041eedc1cf2a5b7d6489a44cee8a5037a4af675f
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

Revert "Allocate enough memory when building zig2"

This reverts commit 9356cb1475606a7afd2e722af60f87ce2b39f9f8. https://github.com/ziglang/zig/pull/20514#issuecomment-2774509823

1 files changed, 0 insertions(+), 4 deletions(-)

CMakeLists.txt-4
......@@ -1001,10 +1001,6 @@ if(NOT "${ZIG_TARGET_DYNAMIC_LINKER}" STREQUAL "")
10011001 list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}")
10021002endif()
10031003
1004if(MINGW AND "${ZIG_HOST_TARGET_ARCH}" STREQUAL "x86")
1005 list(APPEND ZIG_BUILD_ARGS --maxrss 7000000000)
1006endif()
1007
10081004
10091005add_custom_target(stage3 ALL
10101006 DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig"