mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Fix backtrace generation on Mingw: to resolve local functions we need to export them
This commit is contained in:
parent
ba9f6a3531
commit
cb60519c44
@ -4,10 +4,9 @@ strace_win:{
|
||||
QMAKE_CXXFLAGS_RELEASE += -fno-omit-frame-pointer
|
||||
QMAKE_CXXFLAGS_DEBUG += -fno-omit-frame-pointer
|
||||
}
|
||||
release:{
|
||||
#QMAKE_CXXFLAGS_RELEASE += -g
|
||||
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
||||
}
|
||||
|
||||
QMAKE_LFLAGS += -Wl,--export-all-symbols
|
||||
|
||||
LIBS += libdbghelp
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user