Changeset a280ed1


Ignore:
Timestamp:
Dec 21, 2018, 6:15:53 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
131d1eb, 9d609355
Parents:
4b266f1
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/build_apple_frameworks

    r4b266f1 ra280ed1  
    1414#VERSION+=+$(git log --pretty=format:"%h" -1)
    1515
    16 CFLAGS="-Werror -Ofast"
     16CFLAGS="-Werror -Os"
    1717WAFCONF="--disable-sndfile --disable-avcodec --disable-samplerate --enable-fat" # --disable-memcpy --disable-accelerate"
    1818
Note: See TracChangeset for help on using the changeset viewer.