Skip to content
Prev 45533 / 63421 Next

Trying to make DEBUG=T a debug version of R

Hi,

I am trying to make a debug version of R ( for use with gdb later ) on windows.

I am executing the following.

src\gnuwin32>make clean
src\gnuwin32>make DEBUG=T?

In the output, I see many

-O3 flags

I do not see any

?-g -O0 flags?

which ( I believe/I think ) that is what I need to debug R in gdb.

What is the proper way to 'make' a 'Debug version of R'?

Thank you,
Andre Mikulec
Andre_Mikulec at Hotmail.com