build: optimizing xxhash for size makes it faster

This commit is contained in:
Marcus Holland-Moritz 2025-04-10 08:43:44 +02:00
parent 81639452b0
commit f1c74b586c

View File

@ -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}