mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 14:27:30 -04:00
build: try perf
build for flac
also on aarch64
This commit is contained in:
parent
65c31f8614
commit
a30d72935e
@ -429,13 +429,7 @@ for COMPILER in $COMPILERS; do
|
||||
fi
|
||||
|
||||
if use_lib flac; then
|
||||
if [[ "$ARCH" == "x86_64" ]]; then
|
||||
# For some reason, size-optimized build of FLAC is *much* slower than
|
||||
# the perf build on x86_64.
|
||||
opt_perf
|
||||
else
|
||||
opt_size
|
||||
fi
|
||||
opt_perf
|
||||
cd "$HOME/pkgs/$COMPILER"
|
||||
tar xf ../${FLAC_TARBALL}
|
||||
cd flac-${FLAC_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user