Selective debug compilation of root

Hi,

Without compiling all root in debug mode, how can I select which package should be compiled in debug mode ? (I’d like to have meta/ in debug mode in order to catch -from gdb- calls to TClass::New),

Regards,

Hi,

Simply delete the .o files in meta/src and rebuild root with:gmake ROOTBUILD=debug

Cheers,
Philippe