diff options
author | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-05-27 08:19:44 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@trolltech.com> | 2009-05-28 09:43:00 (GMT) |
commit | b2a1e5938e1abf45d70cbfa7ec1ab0c21c01911d (patch) | |
tree | 7c322be287ca67bc1afdd4065020cba25c10db73 /tools/configure | |
parent | abed949f0de16c94a146a965a13b38493cde6671 (diff) | |
download | Qt-b2a1e5938e1abf45d70cbfa7ec1ab0c21c01911d.zip Qt-b2a1e5938e1abf45d70cbfa7ec1ab0c21c01911d.tar.gz Qt-b2a1e5938e1abf45d70cbfa7ec1ab0c21c01911d.tar.bz2 |
support for -ltcg configure switch for Windows CE builds
Additionally we turn -ltcg on by default on Windows CE.
See commit 56191830 for details.
Reviewed-by: mauricek
BT: yes
Diffstat (limited to 'tools/configure')
-rw-r--r-- | tools/configure/configureapp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp index 91344c8..a6b06a6 100644 --- a/tools/configure/configureapp.cpp +++ b/tools/configure/configureapp.cpp @@ -1326,6 +1326,7 @@ 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"; |