[Rd] Trying to make DEBUG=T a debug version of R
Andre Mikulec
andre_mikulec at hotmail.com
Thu Apr 11 02:02:58 CEST 2013
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
More information about the R-devel
mailing list