summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:48:33 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:48:33 (GMT)
commitf2d9bdb36061b4b419e777075027f609bf9890b2 (patch)
tree24aa1577d610810ba69266acd20da1805e247b4b
parent2e1ad8b5d2b1927e80a3bd08209a75199e241b3c (diff)
downloadQt-f2d9bdb36061b4b419e777075027f609bf9890b2.zip
Qt-f2d9bdb36061b4b419e777075027f609bf9890b2.tar.gz
Qt-f2d9bdb36061b4b419e777075027f609bf9890b2.tar.bz2
Better gcov compile flags
-rw-r--r--src/declarative/declarative.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/declarative.pro b/src/declarative/declarative.pro
index e4901bf..da8434f 100644
--- a/src/declarative/declarative.pro
+++ b/src/declarative/declarative.pro
@@ -9,7 +9,7 @@ solaris-cc*:QMAKE_CXXFLAGS_RELEASE -= -O2
unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtGui QtXml
-# QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage
+# QMAKE_CXXFLAGS = -fprofile-arcs -ftest-coverage -fno-elide-constructors
# LIBS += -lgcov
INCLUDEPATH += ../../include/QtDeclarative