diff --git a/.docker/install-static-libs.sh b/.docker/install-static-libs.sh index 6f2cac2a..9e1f109b 100644 --- a/.docker/install-static-libs.sh +++ b/.docker/install-static-libs.sh @@ -300,7 +300,7 @@ for COMPILER in $COMPILERS; do fi if use_lib xxhash; then - opt_perf + opt_size cd "$HOME/pkgs/$COMPILER" tar xf ../${XXHASH_TARBALL} cd xxHash-${XXHASH_VERSION}