summaryrefslogtreecommitdiff
path: root/ci/build-macos-binary
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build-macos-binary')
-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" \