merlimat commented on issue #514: Static link dependency libraries for C++ 
client lib and Python wrapper
URL: https://github.com/apache/incubator-pulsar/pull/514#issuecomment-313294973
 
 
   >  With this change, are we going to generate only static library? Having 
the ability to generate both might be useful.
   
   The build always generates both `libpulsar.so` and `libpulsar.a` as before. 
The only difference is that `libpulsar.so` is statically linking the 
dependencies to have a self-contained library.
   
   I can make the static linking configurable at the CMake level. Unfortunately 
it's not easy to have both builds since it needs to search for different 
dependencies.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to