| author | |
| committer | |
| log | e3b8aece4bad8bc0316b24a7570ceb129c450852 |
| tree | 7cd0bedba6ab62a15b1b85a1e07521d228f3d7f2 |
| parent | 041eedc1cf2a5b7d6489a44cee8a5037a4af675f |
| signature |
This reverts commit 9356cb1475606a7afd2e722af60f87ce2b39f9f8.
https://github.com/ziglang/zig/pull/20514#issuecomment-27745098231 files changed, 0 insertions(+), 4 deletions(-)
CMakeLists.txt-4| ... | ... | @@ -1001,10 +1001,6 @@ if(NOT "${ZIG_TARGET_DYNAMIC_LINKER}" STREQUAL "") |
| 1001 | 1001 | list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}") |
| 1002 | 1002 | endif() |
| 1003 | 1003 | |
| 1004 | if(MINGW AND "${ZIG_HOST_TARGET_ARCH}" STREQUAL "x86") | |
| 1005 | list(APPEND ZIG_BUILD_ARGS --maxrss 7000000000) | |
| 1006 | endif() | |
| 1007 | ||
| 1008 | 1004 | |
| 1009 | 1005 | add_custom_target(stage3 ALL |
| 1010 | 1006 | DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig" |