Skip to content

Commit

Permalink
Replace -export-dynamic with -rdynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Nov 6, 2024
1 parent eef962f commit 40ba5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/replay/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ target_link_libraries(gfxrecon-replay
$<$<BOOL:${D3D12_SUPPORT}>:dxgi.lib>
$<$<BOOL:${DXC_FOUND}>:${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.
Expand Down

0 comments on commit 40ba5c5

Please sign in to comment.