zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 43e3734d3b0f0df0651677164601cb7a74930fcd (tree)
parent 9bf10b1018d1f6e4b7916f053e1aca71a3ff55e3
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri,  1 Oct 2021 16:53:42 -0700

ci: macos arm64 script uses release build of zig

even for the host. This prevents a dependency on "dump" functions of
LLVM, which are not included in the tarballs used for the CI.

Diffstat:
Mci/azure/macos_arm64_script | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/azure/macos_arm64_script b/ci/azure/macos_arm64_script @@ -50,7 +50,7 @@ cd build.host cmake .. \ -DCMAKE_INSTALL_PREFIX="$(pwd)/release" \ -DCMAKE_PREFIX_PATH="$HOST_PREFIX" \ - -DCMAKE_BUILD_TYPE=Debug \ + -DCMAKE_BUILD_TYPE=Release \ -DZIG_TARGET_TRIPLE="$HOST_TARGET" \ -DZIG_TARGET_MCPU="$HOST_MCPU" \ -DZIG_STATIC=ON