Update strace_win to stacktrace in conf.pri.windows

It is advised to update the stack trace statement since #8701, otherwise people may forget to change it, which results in that no pdb file is generated for Windows distribution package.
This commit is contained in:
airium 2018-05-24 00:55:39 +01:00 committed by sledgehammer999
parent 54354a2732
commit a446597597
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -58,4 +58,4 @@ DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
#DEFINES += TORRENT_LINKING_SHARED #DEFINES += TORRENT_LINKING_SHARED
# Enable stack trace support # Enable stack trace support
CONFIG += strace_win CONFIG += stacktrace