PengZheng commented on issue #706:
URL: https://github.com/apache/celix/issues/706#issuecomment-1871951932

   `set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")` 
   
   You only add `-g` to C++ not to C.
   
   If you follow my advice earlier using `-DCMAKE_BUILD_TYPE:STRING=Debug`, 
then all C and C++ will have -g.


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

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org

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

Reply via email to