summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2023-01-29 12:36:13 +0100
committerJoel Rosdahl <joel@rosdahl.net>2023-01-29 12:36:13 +0100
commit7fce6fa9c184c758937413f97c12e5c13794d667 (patch)
tree729a835711ec72890fc8f0a365ac820b4c440293
parentfe5ddc9e79c39ba1b98f124561ce1b3f2cec3c19 (diff)
downloadccache-7fce6fa9c184c758937413f97c12e5c13794d667.tar.gz
ci: Build macOS binary in release mode
-rwxr-xr-xci/build-macos-binary1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build-macos-binary b/ci/build-macos-binary
index 403305c3..d26e5111 100755
--- a/ci/build-macos-binary
+++ b/ci/build-macos-binary
@@ -6,6 +6,7 @@ build() {
mkdir -p "build_$1"
cd "build_$1"
cmake \
+ -DCMAKE_BUILD_TYPE=Release \
-DZSTD_FROM_INTERNET=ON \
-DHIREDIS_FROM_INTERNET=ON \
-DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" \