Compiling root 5.25 with DEBUG

Hi all,
I was not able to find a way to compile root from sources with
DEBUG option.

It 's a flag to be written during make process?

Hi,
./configure --build=debug.
Cheers, Axel.

I did it, but I have also to setup a debug level code in ~/root/etc/system.rootrc ?

Hi,

You can increase the debug output by setting the global variable gDebug directly or via a setting a rootrc file or via the shell environment variable ROOTDEBUG.

Cheers,
Philippe