Skip to content

Commit c2be68f

Browse files
Remove -rdynamic
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 3037262 commit c2be68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ddsc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ target_include_directories(ddsc
121121
$<INSTALL_INTERFACE:include>)
122122

123123
if (DDS_HAS_LTTNG_TRACING)
124-
target_link_libraries(ddsc PRIVATE ${LTTNG_LIBRARIES} "-rdynamic")
124+
target_link_libraries(ddsc PRIVATE ${LTTNG_LIBRARIES})
125125
endif()
126126

127127
install(

0 commit comments

Comments
 (0)