mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Enable backtrace support by default on Windows.
This commit is contained in:
@@ -36,6 +36,9 @@ CONFIG(debug, debug|release) {
|
||||
DEFINES += NDEBUG
|
||||
}
|
||||
|
||||
#Enable backtrace support
|
||||
CONFIG += strace_win
|
||||
|
||||
strace_win:{
|
||||
DEFINES += STACKTRACE_WIN
|
||||
FORMS += stacktrace_win_dlg.ui
|
||||
|
||||
Reference in New Issue
Block a user