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 21:14:22 UTC

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

merlimat commented on a change in pull request #615: Allow to compile C++ client lib in debug mode
URL: https://github.com/apache/incubator-pulsar/pull/615#discussion_r130730421
 
 

 ##########
 File path: pulsar-client-cpp/CMakeLists.txt
 ##########
 @@ -23,13 +23,24 @@ project (pulsar-cpp)
 option(LINK_STATIC "Link against static libraries" OFF)
 MESSAGE(STATUS "LINK_STATIC:  " ${LINK_STATIC})
 
+option(DEBUG_MODE "Enable debug mode" OFF)
 
 Review comment:
   Makes sense. Will fix it 
 
----------------------------------------------------------------
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