Skip to content

Commit

Permalink
Remove -rdynamic
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
  • Loading branch information
christophebedard committed Feb 5, 2022
1 parent 57efec8 commit 21d447c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ddsc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ target_include_directories(ddsc
$<INSTALL_INTERFACE:include>)

if (DDS_HAS_LTTNG_TRACING)
target_link_libraries(ddsc PRIVATE ${LTTNG_LIBRARIES} "-rdynamic")
target_link_libraries(ddsc PRIVATE ${LTTNG_LIBRARIES})
endif()

install(
Expand Down

0 comments on commit 21d447c

Please sign in to comment.