mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-08 12:54:27 +00:00
Always disable ASLR for debug builds - otherwise debugging will fail
This commit is contained in:
parent
6bab65e5b4
commit
2df2b6f4eb
@ -10,6 +10,11 @@ strace_win:{
|
|||||||
LIBS += libdbghelp
|
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
|
RC_FILE = qbittorrent_mingw.rc
|
||||||
|
|
||||||
#You need to link with libtorrent > 0.15.5 (or svn) and you must
|
#You need to link with libtorrent > 0.15.5 (or svn) and you must
|
||||||
|
Loading…
x
Reference in New Issue
Block a user