comparison noconfig.pri @ 1294:0e0370b84040 project-file-rework

Win64 build flags
author Chris Cannam
date Wed, 26 Oct 2016 11:57:13 +0100
parents 7304616053ff
children c234288dddd8
comparison
equal deleted inserted replaced
1293:7304616053ff 1294:0e0370b84040
66 # even though the qmake spec is still called win32-msvc*. If 66 # even though the qmake spec is still called win32-msvc*. If
67 # we want to do 32-bit builds with MSVC as well, then we'll 67 # we want to do 32-bit builds with MSVC as well, then we'll
68 # need to add a way to distinguish the two. 68 # need to add a way to distinguish the two.
69 69
70 INCLUDEPATH += sv-dependency-builds/win64-msvc/include 70 INCLUDEPATH += sv-dependency-builds/win64-msvc/include
71 71
72 CONFIG(debug) { 72 ## This seems to be intruding even when we're supposed to be release
73 LIBS += -NODEFAULTLIB:MSVCRT -Ldebug \ 73 # CONFIG(debug) {
74 -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib/debug \ 74 # LIBS += -NODEFAULTLIB:MSVCRT -Ldebug \
75 -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib 75 # -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib/debug \
76 } 76 # -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib
77 # }
77 CONFIG(release) { 78 CONFIG(release) {
78 LIBS += -Lrelease \ 79 LIBS += -Lrelease \
79 -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib 80 -L../sonic-visualiser/sv-dependency-builds/win64-msvc/lib
80 } 81 }
81 82
82 DEFINES += NOMINMAX _USE_MATH_DEFINES 83 DEFINES += NOMINMAX _USE_MATH_DEFINES USE_OWN_ALIGNED_MALLOC CAPNP_LITE
84
85 QMAKE_CXXFLAGS_RELEASE += -fp:fast
83 86
84 # No Ogg/FLAC support in the sndfile build on this platform yet 87 # No Ogg/FLAC support in the sndfile build on this platform yet
85 LIBS -= -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile 88 LIBS -= -lFLAC -logg -lvorbis -lvorbisenc -lvorbisfile
86 89
87 # These have different names 90 # These have different names