diff --git a/tools/replay/CMakeLists.txt b/tools/replay/CMakeLists.txt index 69d2fc20e..58ab28e34 100644 --- a/tools/replay/CMakeLists.txt +++ b/tools/replay/CMakeLists.txt @@ -51,7 +51,7 @@ target_link_libraries(gfxrecon-replay $<$:dxgi.lib> $<$:${DXC_LIBRARY_PATH}>) -target_link_options(gfxrecon-replay PUBLIC "-export-dynamic") +target_link_options(gfxrecon-replay PUBLIC "-rdynamic") if (MSVC) # Force inclusion of "gfxrecon_disable_popup_result" variable in linking.