1
mirror of https://github.com/qbittorrent/qBittorrent synced 2024-09-07 10:40:07 +02:00

Always disable ASLR for debug builds - otherwise debugging will fail

This commit is contained in:
Nick Tiskov 2014-11-28 16:40:08 +03:00
parent 6bab65e5b4
commit 2df2b6f4eb

View File

@ -10,6 +10,11 @@ strace_win:{
LIBS += libdbghelp
}
CONFIG(debug, debug|release) {
# Make sure binary is not relocatable, otherwise debugging will fail
QMAKE_LFLAGS -= -Wl,--dynamicbase
}
RC_FILE = qbittorrent_mingw.rc
#You need to link with libtorrent > 0.15.5 (or svn) and you must