aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-22 15:04:22 +0300
committerCem Keylan <cem@ckyln.com>2021-08-22 15:04:22 +0300
commit8e61b24438bfed5e7bb2dbbebe61b78f262d1f67 (patch)
treeefd449ffe41f36391194fc269da7030113fedac0 /extra/ccache/build
parent4b5a37f7f52606515a83aaca55c33714f6095129 (diff)
downloadrepository-8e61b24438bfed5e7bb2dbbebe61b78f262d1f67.tar.gz
ccache: bump to 4.4
Diffstat (limited to 'extra/ccache/build')
-rwxr-xr-xextra/ccache/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/ccache/build b/extra/ccache/build
index d78718ae..6ccbdbdd 100755
--- a/extra/ccache/build
+++ b/extra/ccache/build
@@ -9,7 +9,9 @@ TEST=OFF
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+ -DENABLE_DOCUMENTATION=OFF \
-DENABLE_TESTING=$TEST \
+ -DREDIS_STORAGE_BACKEND=OFF \
-DZSTD_LIBRARY=/usr/lib/libzstd.a
cmake --build build