mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-06 15:04:34 +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_RELEASE += -fno-omit-frame-pointer
|
||||||
QMAKE_CXXFLAGS_DEBUG += -fno-omit-frame-pointer
|
QMAKE_CXXFLAGS_DEBUG += -fno-omit-frame-pointer
|
||||||
}
|
}
|
||||||
release:{
|
|
||||||
#QMAKE_CXXFLAGS_RELEASE += -g
|
QMAKE_LFLAGS += -Wl,--export-all-symbols
|
||||||
#QMAKE_LFLAGS_RELEASE -= -Wl,-s
|
|
||||||
}
|
|
||||||
LIBS += libdbghelp
|
LIBS += libdbghelp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user