You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/22 17:49:42 UTC

[GitHub] [pulsar] merlimat opened a new pull request #9675: [C++] Avoid multiple compilations of same source files

merlimat opened a new pull request #9675:
URL: https://github.com/apache/pulsar/pull/9675


   ### Motivation
   
   CMake is driving the compilation of source files multiple times, once per each library type (static, dynamic and dynamicWithoutSSL).  All the variants are using the same flags when compiling the sources.
   
   Instead we can define an object lib in CMake and use that to build the libraries, compiling just once.
   
   This will significantly reduce the build time.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat merged pull request #9675: [C++] Avoid multiple compilations of same source files

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #9675:
URL: https://github.com/apache/pulsar/pull/9675


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org