diff --git a/config/options b/config/options index 221463edf9..412d9e3f87 100644 --- a/config/options +++ b/config/options @@ -103,6 +103,15 @@ VERBOSE="${VERBOSE:-yes}" # directory. CCACHE_CACHE_SIZE="10G" +# compression level for ccache +# This option determines the level at which ccache will compress object files +# using the real-time compression algorithm Zstandard. It only has effect if +# compression is enabled (which it is by default). Zstandard is extremely fast +# for decompression and very fast for compression for lower compression +# levels. The default is 0. The value 0 means that ccache will choose a +# suitable zstd level, currently 1. +CCACHE_COMPRESSLEVEL="0" + # set addon paths if [ -z "$ADDON_PATH" ]; then if [ -n "$ADDON_PROJECT" ]; then