summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2009-10-26 11:22:13 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2009-11-03 09:05:25 (GMT)
commitd54a1241a4470c73ccdac4b1a90264a9eaa28478 (patch)
treea32551584c6b0edac339a6c4e4484ff7168f2635 /tools
parent5dddf56e703bca59b874e46d3cabd2eba6fbb55e (diff)
downloadQt-d54a1241a4470c73ccdac4b1a90264a9eaa28478.zip
Qt-d54a1241a4470c73ccdac4b1a90264a9eaa28478.tar.gz
Qt-d54a1241a4470c73ccdac4b1a90264a9eaa28478.tar.bz2
disable link time code generation by default on Windows CE
To be consistent with desktop Windows Qt, we also disable LTCG by default. To turn it on, use the -ltcg configure switch. Reviewed-by: mauricek
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index dd3823b..28645a0 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1412,7 +1412,6 @@ void Configure::applySpecSpecifics()
dictionary[ "WEBKIT" ] = "no";
dictionary[ "PHONON" ] = "yes";
dictionary[ "DIRECTSHOW" ] = "no";
- dictionary[ "LTCG" ] = "yes";
// We only apply MMX/IWMMXT for mkspecs we know they work
if (dictionary[ "XQMAKESPEC" ].startsWith("wincewm")) {
dictionary[ "MMX" ] = "yes";