qt5base-lts/mkspecs/features/win32
Thiago Macieira 1bd27f24fb Add link-time optimization support for Clang, GCC and ICC
GCC currently requires fat object files for static libraries, since the
linker would otherwise not load the .o file from the archive at all and
the linking would fail with a lot of undefined references. Clang on
Linux also needs this, but it has no equivalent flag, so enabling LTCG
for Clang on static libraries will result in linker error.

This commit does not add support for enabling it in configure. It can be
enabled on a per-project basis by doing CONFIG += ltcg or by passing
-config ltcg to qmake's command-line.

Change-Id: I52cf99f1ed9f1701e23a3b457ba3502fd28126ce
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-07-23 11:12:02 +02:00
..
console.prf Windows XP target support for MSVC >= 2012 2014-04-03 18:31:45 +02:00
default_pre.prf win32/default_pre.prf: Remove exceptions_off, thread_off, stl_off. 2012-05-21 16:02:06 +02:00
dumpcpp.prf adjust to modularization changes in ActiveQt 2012-11-27 16:18:15 +01:00
idcidl.prf don't link qtmain.lib when using idcidl.prf 2012-11-30 21:57:49 +01:00
msvc_mp.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
opengl.prf Fix win32 mkspecs 2014-03-06 12:21:14 +01:00
openvg.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qt_config.prf Windows XP target support for MSVC >= 2012 2014-04-03 18:31:45 +02:00
qt_dll.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
rtti.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl_off.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
stl.prf Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
windeployqt.prf untangle use of system vs. shell path(-list) semantics 2014-04-30 16:56:54 +02:00
windows.prf fix qtmain's .prl file not being used 2014-04-30 16:56:50 +02:00