Skip to content
Prev 21194 / 63424 Next

Compiling R and packages with debug information?

On Mon, 26 Jun 2006, Duncan Murdoch wrote:

            
It is on by default, but controlled by setting CFLAGS/FFLAGS/CXXFLAGS
(which contain -g by default).

The reason the default is different is that we presume that a Unix-alike 
comes with a usable debugger (you may disagree, and it may not be true) 
and Windows does not (definitely an extra).