shithub: aubio

Download patch

ref: a280ed16952e8b3d829af2e11b855de4fb691905
parent: 4b266f1c6bb6f1a0ef1239b4ee93360cc648cbbf
author: Paul Brossier <piem@piem.org>
date: Fri Dec 21 13:15:53 EST 2018

[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).

--- a/scripts/build_apple_frameworks
+++ b/scripts/build_apple_frameworks
@@ -13,7 +13,7 @@
 # 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