|
From: Marc-André M. <mar...@gm...> - 2012-11-08 04:32:59
|
Hi LK, You're looking for -DCMAKE_BUILD_TYPE=Debug Debug output can be enabled in a release build, it has nothing to do with debug symbols This above option should generate makefiles with debug build options, such that you can use valgrind more easily On Wed, Nov 7, 2012 at 8:38 PM, Lk Rashinkar <lk....@gm...> wrote: > 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 > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Freerdp-devel mailing list > Fre...@li... > https://lists.sourceforge.net/lists/listinfo/freerdp-devel > |