diff options
author | Marius Storm-Olsen <marius@trolltech.com> | 2009-05-13 13:58:18 +0200 |
---|---|---|
committer | Marius Storm-Olsen <marius@trolltech.com> | 2009-05-13 14:46:09 +0200 |
commit | 56191830cdad9cbaa81c2ed8f22f1b2650a5608a (patch) | |
tree | e5d5a02c283fd251be2a6753661b33729ccf9dac /configure.exe | |
parent | a18ebd2a70e83863bc9a8cc64a65791a6d879f02 (diff) | |
download | qt4-tools-56191830cdad9cbaa81c2ed8f22f1b2650a5608a.tar.gz |
Turn off Link Time Code Generation (/LTCG) by default
Turning on LTCG affected too many projects, where customers applications
would take a long time linking, severly affecting their development time
(even though it was only added for release builds)
We turn it off by default, and add a -ltcg configuration option, and the
possibility to also do CONFIG+=ltcg in projects, should they not want it
for Qt, but in their own projects. (Same, they can build Qt with it, and
do CONFIG-=ltcg for their project)
Reviewed-by: andy
Diffstat (limited to 'configure.exe')
-rw-r--r-- | configure.exe | bin | 860160 -> 856064 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/configure.exe b/configure.exe Binary files differindex ff71f08acf..40843b48e3 100644 --- a/configure.exe +++ b/configure.exe |