mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
build: optimizing xxhash for size makes it faster
This commit is contained in:
parent
81639452b0
commit
f1c74b586c
@ -300,7 +300,7 @@ for COMPILER in $COMPILERS; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if use_lib xxhash; then
|
if use_lib xxhash; then
|
||||||
opt_perf
|
opt_size
|
||||||
cd "$HOME/pkgs/$COMPILER"
|
cd "$HOME/pkgs/$COMPILER"
|
||||||
tar xf ../${XXHASH_TARBALL}
|
tar xf ../${XXHASH_TARBALL}
|
||||||
cd xxHash-${XXHASH_VERSION}
|
cd xxHash-${XXHASH_VERSION}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user