Skip to content

Commit e3b8aec

Browse files
committed
Revert "Allocate enough memory when building zig2"
This reverts commit 9356cb1. #20514 (comment)
1 parent 041eedc commit e3b8aec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,10 +1001,6 @@ if(NOT "${ZIG_TARGET_DYNAMIC_LINKER}" STREQUAL "")
10011001
list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}")
10021002
endif()
10031003

1004-
if(MINGW AND "${ZIG_HOST_TARGET_ARCH}" STREQUAL "x86")
1005-
list(APPEND ZIG_BUILD_ARGS --maxrss 7000000000)
1006-
endif()
1007-
10081004

10091005
add_custom_target(stage3 ALL
10101006
DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig"

0 commit comments

Comments
 (0)