mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Pass -rdynamic to qrenderdoc link, ensures replay marker sym is exported
This commit is contained in:
@@ -137,7 +137,7 @@ win32 {
|
||||
} else {
|
||||
QT += x11extras
|
||||
DEFINES += RENDERDOC_PLATFORM_POSIX RENDERDOC_PLATFORM_LINUX RENDERDOC_WINDOWING_XLIB RENDERDOC_WINDOWING_XCB
|
||||
QMAKE_LFLAGS += '-Wl,--no-as-needed'
|
||||
QMAKE_LFLAGS += '-Wl,--no-as-needed -rdynamic'
|
||||
|
||||
contains(QMAKE_CXXFLAGS, "-DRENDERDOC_SUPPORT_GL") {
|
||||
# Link against GL
|
||||
|
||||
Reference in New Issue
Block a user