You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/08/02 17:50:23 UTC

[GitHub] merlimat opened a new pull request #625: Enable/Disable compilation of dynamic lib for C++ client

merlimat opened a new pull request #625: Enable/Disable compilation of dynamic lib for C++ client
URL: https://github.com/apache/incubator-pulsar/pull/625
 
 
   ### Motivation
   
   Add an option in CMake build to disable compiling the dynamic library for the C++ client. 
   
   Currently, all the source files are getting compiled twice and that takes a lot of times in CI builds. For PRs validation, we should just compile it once and generate the static lib. 
   
   In the `pulsar-master` build (and by default), we'll continue to compile both versions of the library.
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services