remove ament_export_link_flags() for atomic operations.#528
remove ament_export_link_flags() for atomic operations.#528fujitatomoya wants to merge 2 commits intorollingfrom
Conversation
fujitatomoya
left a comment
There was a problem hiding this comment.
this approach (linking atomic directly into librcutils.so instead of exporting the flag) solves #525 without regressing #516, because the atomic symbols get baked into the rcutils shared library itself. downstream packages never need to find libatomic on their own, regardless of whether BUILD_TESTING is on or off.
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
6669cba to
4bb0010
Compare
|
Pulls: #528 |
|
@Mergifyio rebase |
Signed-off-by: Tomoya.Fujita <tomoya.fujita825@gmail.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
4deae0f to
4c4674e
Compare
✅ Branch has been successfully rebased |
|
Pulls: #528 |
|
@ahcorde friendly ping. |
Description
Fixes #525
Is this user-facing behavior change?
Did you use Generative AI?
Additional Information