mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
This commit is contained in:
@@ -87,6 +87,7 @@ contains(DEBUG_MODE, 0) {
|
||||
}
|
||||
#QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
#QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
unix:QMAKE_LFLAGS_SHAPP += -rdynamic
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
||||
@@ -177,7 +178,8 @@ HEADERS += GUI.h \
|
||||
TrackersAdditionDlg.h \
|
||||
searchTab.h \
|
||||
console_imp.h \
|
||||
ico.h
|
||||
ico.h \
|
||||
stacktrace.h
|
||||
FORMS += MainWindow.ui \
|
||||
options.ui \
|
||||
about.ui \
|
||||
|
||||
Reference in New Issue
Block a user