| author | |
| committer | |
| log | 43e3734d3b0f0df0651677164601cb7a74930fcd |
| tree | c90e5685293056c37913b0166648c290b1afe9f5 |
| parent | 9bf10b1018d1f6e4b7916f053e1aca71a3ff55e3 |
even for the host. This prevents a dependency on "dump" functions of
LLVM, which are not included in the tarballs used for the CI.1 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/macos_arm64_script+1-1| ... | ... | @@ -50,7 +50,7 @@ cd build.host |
| 50 | 50 | cmake .. \ |
| 51 | 51 | -DCMAKE_INSTALL_PREFIX="$(pwd)/release" \ |
| 52 | 52 | -DCMAKE_PREFIX_PATH="$HOST_PREFIX" \ |
| 53 | -DCMAKE_BUILD_TYPE=Debug \ | |
| 53 | -DCMAKE_BUILD_TYPE=Release \ | |
| 54 | 54 | -DZIG_TARGET_TRIPLE="$HOST_TARGET" \ |
| 55 | 55 | -DZIG_TARGET_MCPU="$HOST_MCPU" \ |
| 56 | 56 | -DZIG_STATIC=ON |