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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-12-16 21:06:15 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-16 21:07:09 +0300
commit90e945ce79eb0f278eb2470b10f2c90132470913 (patch)
treede61dce5ae60a5dda8ee0a77be3d9161c573fb79 /compiler.pri
parent53346cb85b0f95b93cfb2cf3012f38723e4ddca7 (diff)
Add CONFIG+=analyze for VC. Needs a lot more filtering to be really usefull.
Diffstat (limited to 'compiler.pri')
-rw-r--r--compiler.pri4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler.pri b/compiler.pri
index 82e4bfde8..fa3941636 100644
--- a/compiler.pri
+++ b/compiler.pri
@@ -40,6 +40,10 @@ win32 {
} else {
QMAKE_CFLAGS_RELEASE *= -Ox -Ot /fp:fast /Qfast_transcendentals -Ob2
QMAKE_CXXFLAGS_RELEASE *= -Ox -Ot /fp:fast /Qfast_transcendentals -Ob2
+ CONFIG(analyze) {
+ QMAKE_CFLAGS_DEBUG *= /analyze
+ QMAKE_CXXFLAGS_DEBUG *= /analyze
+ }
DEFINES *= RESTRICT=
}