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: [email protected]
