My Qt 4.7.4 project file doesn't generate map/pdb files under windows release builds. thus, postmortem debugging is impossible.
Any flag to change that?
My Qt 4.7.4 project file doesn't generate map/pdb files under windows release builds. thus, postmortem debugging is impossible.
Any flag to change that?
Adding the following to the .pro file:
QMAKE_LFLAGS_RELEASE+=/MAP
QMAKE_CFLAGS_RELEASE += /Zi
QMAKE_LFLAGS_RELEASE +=/debug /opt:ref