Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Use --no-as-needed in abi check #178

Merged
merged 1 commit into from
Jun 22, 2016

Conversation

dhood
Copy link
Member

@dhood dhood commented Jun 22, 2016

can be changed to set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} @Connext_LINK_FLAGS@") after #173 is merged

connects to ros2/rcl#66

@dhood dhood added the in progress Actively being worked on (Kanban column) label Jun 22, 2016
@@ -21,3 +21,4 @@ include_directories(@Connext_INCLUDE_DIRS@)
add_executable(exe
"@connext_cmake_module_DIR@/check_abi.cpp")
target_link_libraries(exe @Connext_LIBRARIES@)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--no-as-needed")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please append the new flags to the already existing line 17.

@dhood dhood force-pushed the use_no_as_needed_abi_check branch from 1158ab8 to 6669689 Compare June 22, 2016 21:45
@dhood dhood added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Jun 22, 2016
@dhood dhood self-assigned this Jun 22, 2016
@dirk-thomas
Copy link
Member

+1

@dhood dhood force-pushed the use_no_as_needed_abi_check branch from 6669689 to 343adc2 Compare June 22, 2016 22:05
@dirk-thomas dirk-thomas merged commit 5cbf395 into ros2:master Jun 22, 2016
@dirk-thomas dirk-thomas removed the in review Waiting for review (Kanban column) label Jun 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants