| author | |
| committer | |
| log | 9356cb1475606a7afd2e722af60f87ce2b39f9f8 |
| tree | b3d106d1022e8d88158c0aba611b28dcc25758fb |
| parent | 4e6518badbe71d0c908457966e31dc52cb0529f8 |
1 files changed, 4 insertions(+), 0 deletions(-)
CMakeLists.txt+4| ... | ... | @@ -970,6 +970,10 @@ if(NOT "${ZIG_TARGET_DYNAMIC_LINKER}" STREQUAL "") |
| 970 | 970 | list(APPEND ZIG_BUILD_ARGS "-Ddynamic-linker=${ZIG_TARGET_DYNAMIC_LINKER}") |
| 971 | 971 | endif() |
| 972 | 972 | |
| 973 | if(MINGW AND "${ZIG_HOST_TARGET_ARCH}" STREQUAL "x86") | |
| 974 | list(APPEND ZIG_BUILD_ARGS --maxrss 7000000000) | |
| 975 | endif() | |
| 976 | ||
| 973 | 977 | |
| 974 | 978 | add_custom_target(stage3 ALL |
| 975 | 979 | DEPENDS "${PROJECT_BINARY_DIR}/stage3/bin/zig" |