mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Always disable ASLR for debug builds - otherwise debugging will fail
This commit is contained in:
parent
6bab65e5b4
commit
2df2b6f4eb
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue