Pass -rdynamic to renderdoccmd link

This ensures replay marker sym is exported, and matches qrenderdoc.
This commit is contained in:
David McFarland
2025-11-26 14:26:48 -04:00
committed by Baldur Karlsson
parent 62775694ef
commit d26f634aeb
+1 -1
View File
@@ -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)