diff --git a/renderdoccmd/CMakeLists.txt b/renderdoccmd/CMakeLists.txt index 94a5158e9..64922895b 100644 --- a/renderdoccmd/CMakeLists.txt +++ b/renderdoccmd/CMakeLists.txt @@ -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)