diff noconfig.pri @ 1295:c234288dddd8 project-file-rework

More Windows build bits
author Chris Cannam
date Thu, 27 Oct 2016 10:29:44 +0100
parents 0e0370b84040
children 9027d12841af
line wrap: on
line diff
--- a/noconfig.pri	Wed Oct 26 11:57:13 2016 +0100
+++ b/noconfig.pri	Thu Oct 27 10:29:44 2016 +0100
@@ -49,9 +49,12 @@
     # This config is currently used for 32-bit Windows builds.
 
     INCLUDEPATH += sv-dependency-builds/win32-mingw/include
-    LIBS += -Lrelease -Lsv-dependency-builds/win32-mingw/lib
 
-    DEFINES += NOMINMAX _USE_MATH_DEFINES
+    LIBS += -Lrelease -Lsv-dependency-builds/win32-mingw/lib -L../sonic-visualiser/sv-dependency-builds/win32-mingw/lib
+
+    DEFINES += NOMINMAX _USE_MATH_DEFINES USE_OWN_ALIGNED_MALLOC CAPNP_LITE
+
+    QMAKE_CXXFLAGS_RELEASE += -ffast-math
 
     # Don't have liblo
     DEFINES -= HAVE_LIBLO
@@ -105,6 +108,8 @@
     INCLUDEPATH += sv-dependency-builds/osx/include
     LIBS += -Lsv-dependency-builds/osx/lib
 
+    QMAKE_CXXFLAGS_RELEASE += -ffast-math
+
     DEFINES += HAVE_COREAUDIO MALLOC_IS_ALIGNED HAVE_VDSP
     LIBS += \
         -framework CoreAudio \