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:
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) {