aboutsummaryrefslogtreecommitdiffstats
path: root/qtscript
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2019-07-22 10:59:20 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-07-29 10:39:08 +0000
commitddbebe9daca6358e00ea61445c4fd90ae5f6b67a (patch)
tree52e1f848a39fcecae484d191a47b36d90ee701b0 /qtscript
parent57ea35cacea9be78550ce0351357282cd900e56a (diff)
Stop building debug-and-release packages for MinGW
The requirement to separate debug and release DLLs on Windows stems from the Visual Studio C run-time library appearing in two different variants (debug and release) and not mixing well. It's possible to perform builds without optimzations and with debug symbols while linking against the release version of the C run-time, but at the same time the debug version of the run-time brings other developer visible advantages. MinGW on the other hand does not have this distinction, does not ship with separate DLLS and does also not require the VS C runtime library. Therefore we do not need this separation for MinGW, which means that our packages can be reduced in size and application developers wishing to debug their applications do not have to use debug builds of the Qt libraries or run into Qt internal debug code. This change is in preparation for turning off debug-and-release in qtbase. Since coin overrides the Qt defaults, this change needs to be applied first. Change-Id: I2ed6e2c0ae54cf23f78119d115f8d21906859e35 Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qtscript')
0 files changed, 0 insertions, 0 deletions