From f1c74b586cac1446caf43c5c225b9ae0dd4933ae Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 10 Apr 2025 08:43:44 +0200 Subject: [PATCH] build: optimizing xxhash for size makes it faster --- .docker/install-static-libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}