mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Revert "Allocate enough memory when building zig2"
This reverts commit 9356cb1475.
https://github.com/ziglang/zig/pull/20514#issuecomment-2774509823
This commit is contained in:
parent
041eedc1cf
commit
e3b8aece4b
1 changed files with 0 additions and 4 deletions
|
|
@ -1001,10 +1001,6 @@ if(NOT "${ZIG_TARGET_DYNAMIC_LINKER}" STREQUAL "")
|
||||||
list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}")
|
list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MINGW AND "${ZIG_HOST_TARGET_ARCH}" STREQUAL "x86")
|
|
||||||
list(APPEND ZIG_BUILD_ARGS --maxrss 7000000000)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
add_custom_target(stage3 ALL
|
add_custom_target(stage3 ALL
|
||||||
DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig"
|
DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue