aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache/build
diff options
context:
space:
mode:
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