mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Move Windows backtrace functionality to the windows specific *.pri files.
This commit is contained in:
parent
da3406b811
commit
1f0d4ce871
4 changed files with 33 additions and 35 deletions
|
@ -1,3 +1,16 @@
|
|||
strace_win:{
|
||||
contains(QMAKE_HOST.arch, x86):{
|
||||
# i686 arch requires frame pointer preservation
|
||||
QMAKE_CXXFLAGS_RELEASE += -fno-omit-frame-pointer
|
||||
QMAKE_CXXFLAGS_DEBUG += -fno-omit-frame-pointer
|
||||
}
|
||||
release:{
|
||||
#QMAKE_CXXFLAGS_RELEASE += -g
|
||||
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
||||
}
|
||||
LIBS += libdbghelp
|
||||
}
|
||||
|
||||
RC_FILE = qbittorrent_mingw.rc
|
||||
|
||||
#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