]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Build macOS binary in release mode
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Jan 2023 11:36:13 +0000 (12:36 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 29 Jan 2023 11:36:13 +0000 (12:36 +0100)
ci/build-macos-binary

index 403305c3d8220a0073733763354c5db850da91b8..d26e511123134240419d16d81feb95f81d63a433 100755 (executable)
@@ -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" \