mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Pass -rdynamic to renderdoccmd link
This ensures replay marker sym is exported, and matches qrenderdoc.
This commit is contained in:
committed by
Baldur Karlsson
parent
62775694ef
commit
d26f634aeb
@@ -67,7 +67,7 @@ elseif(UNIX)
|
||||
|
||||
# Make sure that for the target executable we don't throw away
|
||||
# any shared libraries.
|
||||
set(LINKER_FLAGS "-Wl,--no-as-needed")
|
||||
set(LINKER_FLAGS "-Wl,--no-as-needed -rdynamic")
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
|
||||
Reference in New Issue
Block a user