|
From: Lk R. <lk....@gm...> - 2012-11-08 01:38:09
|
Hi there, I see lots of WITH_DEBUG_SVC, WITH_DEBUG_DVC... options for Cmake. But all these options do is to turn on debug printing for the respective modules. How do I get cmake to turn on the gcc -g debugging mode so I can run valgrind to debug memory leak issues? Can this be done on a per module basis? thanks L.K |