Skip to content
Prev 21193 / 63424 Next

Compiling R and packages with debug information?

In Unix/Linux/Macos, how do I compile R or a package with debug 
information?  In Windows it's done by defining a DEBUG environment 
variable, but I don't see support for that in the Unix makefiles.  Is 
there a standard ./configure option to set this?

Duncan Murdoch