Closed mkrautz closed 2 years ago
CONFIG+=symbols seems to fix the issue.
However, this was not needed previously (when using the win32-msvc2013 mkspec).
My hunch is that we probably had some C(XX)FLAGS modifications in mumble-developers-qt for symbols. I know this was the case for -ARCH:SSE, for example.
I will update the builder to pass CONFIG+=symbols for now. However, it would be nice to get to the bottom of this.
Here's our win32-msvc2010 changes. And yes, we did indeed add some debug/symbol specific flags (see the last commit in the list):
-ARCH:SSE mumble-voip/mumble-developers-qt@f4125ba0c5fa60597f268fafe971ea7b3bbf6bb4 Debug flags: mumble-voip/mumble-developers-qt@8e876c1200acd4fef8bcbeccd4f61a39b47d5cfd
Maybe this means we aren't getting proper symbols for Qt in the MSVS2013 toolchain? I'll have a look.
@mkrautz - Were there any results for this? Microsoft ended support for MSVC 2013 April 9, 2014. If newer versions of Qt and MSVC no longer have this issue, we could probably close this.
We switched to MSVC 2015 in 2016 anyway.
Causes plugin_replacement.py (from mumble-releng) to fail.
Not sure if DIRECTORY_ENTRY_DEBUG has been removed, or we're doing something wrong during the build.
Script output: