Skip to content

Commit d26f634

Browse files
corngoodbaldurk
authored andcommitted
Pass -rdynamic to renderdoccmd link
This ensures replay marker sym is exported, and matches qrenderdoc.
1 parent 6277569 commit d26f634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderdoccmd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ elseif(UNIX)
6767

6868
# Make sure that for the target executable we don't throw away
6969
# any shared libraries.
70-
set(LINKER_FLAGS "-Wl,--no-as-needed")
70+
set(LINKER_FLAGS "-Wl,--no-as-needed -rdynamic")
7171
endif()
7272

7373
if(ANDROID)

0 commit comments

Comments
 (0)