From a4465975973333461bb3ad41e1b227f4495b0335 Mon Sep 17 00:00:00 2001 From: airium Date: Thu, 24 May 2018 00:55:39 +0100 Subject: [PATCH] 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. --- conf.pri.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.pri.windows b/conf.pri.windows index f6ee4172c..7195273e3 100644 --- a/conf.pri.windows +++ b/conf.pri.windows @@ -58,4 +58,4 @@ DEFINES += BOOST_USE_WINAPI_VERSION=0x0501 #DEFINES += TORRENT_LINKING_SHARED # Enable stack trace support -CONFIG += strace_win +CONFIG += stacktrace