pitrou commented on PR #39559:
URL: https://github.com/apache/arrow/pull/39559#issuecomment-1887084087

   I think it comes down to this: setting either `ARROW_STATIC_LINK_LIBS`, 
`ARROW_SHARED_LINK_LIBS` or `ARROW_SHARED_PRIVATE_LINK_LIBS` introduces a 
dependency for all Arrow C++ source files on these libraries. 
   
   A global solution might be to define separate `OBJECT` libraries for every 
private dependency (such jemalloc but also AWS, etc.).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to