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/01 20:56:31 UTC

[GitHub] merlimat opened a new pull request #615: Allow to compile C++ client lib in debug mode

merlimat opened a new pull request #615: Allow to compile C++ client lib in debug mode
URL: https://github.com/apache/incubator-pulsar/pull/615
 
 
   ### Motivation
   
   Allow to compile C++ code in debug mode by adding `-DDEBUG_MODE=ON` when invoking CMake.
   
   Additionally, when compiling in CI for PRs validation, we can use debug mode to reduce compilation time, since `-O3` can be very slow.
 
----------------------------------------------------------------
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