From: Paul Brossier Date: Fri, 21 Dec 2018 17:15:53 +0000 (+0100) Subject: [osx] build frameworks with -Os X-Git-Tag: 0.4.9~25 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=a280ed16952e8b3d829af2e11b855de4fb691905 [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). --- 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