F.3.5 Adding debug information

By default the compiler, rtl and packages are compiled without debug information. You can force debug information using the OPT variable:

make all OPT=-gl

If you want heaptrc for checking for memory leaks, then add the -glh option:

make all OPT=-glh