Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hacker <dd0t@users.sourceforge.net>2012-12-27 21:13:00 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2012-12-27 21:22:29 +0400
commit8b74d4bb6c28ac5a93be662d5519a09a0e1f6b18 (patch)
tree3452088e7385a4bab934c370285712c6fee55d9f /compiler.pri
parent0d825b3879bcf0959da9593aac6cd9de3c6ee99f (diff)
Make analyze config option also apply to release builds
Diffstat (limited to 'compiler.pri')
-rw-r--r--compiler.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler.pri b/compiler.pri
index 68d05fe47..94627a2a6 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -49,6 +49,8 @@ win32 {
CONFIG(analyze) {
QMAKE_CFLAGS_DEBUG *= /analyze
QMAKE_CXXFLAGS_DEBUG *= /analyze
+ QMAKE_CFLAGS_RELEASE *= /analyze
+ QMAKE_CXXFLAGS_RELEASE *= /analyze
}
DEFINES *= RESTRICT=
CONFIG(sse2) {