Mercurial > hg > sonic-visualiser
view base.pri @ 2153:f57b0eea9201
Remove LTO again. It makes linking very slow, I'm not noticing any practical difference in performance, it doesn't work correctly on Travis image etc, and it sometimes breaks in incremental builds.
author | Chris Cannam |
---|---|
date | Thu, 06 Dec 2018 09:55:36 +0000 |
parents | f474b3931217 |
children | bc3d0c86ee2e |
line wrap: on
line source
SV_INCLUDEPATH = \ . \ bqvec \ bqvec/bqvec \ bqfft \ bqresample \ bqaudioio \ bqaudioio/bqaudioio \ piper-vamp-cpp \ checker \ checker/checker \ dataquay \ dataquay/dataquay \ svcore \ svcore/data \ svcore/plugin/api/alsa \ svgui \ svapp \ vamp-plugin-sdk \ rubberband \ rubberband/src DEPENDPATH += $$SV_INCLUDEPATH INCLUDEPATH += $$SV_INCLUDEPATH # Platform defines for RtMidi linux*: DEFINES += __LINUX_ALSASEQ__ __LINUX_ALSA__ macx*: DEFINES += __MACOSX_CORE__ win*: DEFINES += __WINDOWS_MM__ solaris*: DEFINES += __RTMIDI_DUMMY_ONLY__ # Defines for Dataquay DEFINES += USE_SORD # Defines for Rubber Band linux*: DEFINES += USE_PTHREADS macx*: DEFINES += USE_PTHREADS CONFIG += qt thread warn_on stl rtti exceptions