From a30d72935ec000cc966006db3a206eb1efd99d1b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 17 Apr 2025 07:43:26 +0200 Subject: [PATCH] build: try `perf` build for `flac` also on `aarch64` --- .docker/install-static-libs.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.docker/install-static-libs.sh b/.docker/install-static-libs.sh index 220bdeec..2d32b6f3 100644 --- a/.docker/install-static-libs.sh +++ b/.docker/install-static-libs.sh @@ -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}