[Development] Proposal: Use -qt-zlib configuration in official MinGW builds
Konstantin Tokarev
annulen at yandex.ru
Mon Nov 28 15:11:19 CET 2016
Hello,
Currently, MinGW builds in Coin use -system-zlib configuration. It happens
because MinGW is shipped with zlib headers and libz.a. However, linking zlib
to several Qt modules (at least, QtCore, QtGui, QtNetwork, and QtSvg) is
suboptimal, while with -system-zlib one copy in QtCore is shared between all
modules.
Also this would be consistent with MSVC builds.
--
Regards,
Konstantin
More information about the Development
mailing list