From a280ed16952e8b3d829af2e11b855de4fb691905 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 21 Dec 2018 18:15:53 +0100 Subject: [PATCH] [osx] build frameworks with -Os The new tests revealed a crash in test-pitchmcomb when compiling with -Ofast (somewhere in fvec_median, but not reproducible from aubiopitch, needs more poking). --- scripts/build_apple_frameworks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_apple_frameworks b/scripts/build_apple_frameworks index 35a53d58..9cb66610 100755 --- a/scripts/build_apple_frameworks +++ b/scripts/build_apple_frameworks @@ -13,7 +13,7 @@ mkdir -p "$OUTPUTDIR" # add git abbreviated commit hash #VERSION+=+$(git log --pretty=format:"%h" -1) -CFLAGS="-Werror -Ofast" +CFLAGS="-Werror -Os" WAFCONF="--disable-sndfile --disable-avcodec --disable-samplerate --enable-fat" # --disable-memcpy --disable-accelerate" export VERSION -- 2.11.0