Re: [MacRuby-devel] Compiling with debug information

2012-02-21 Thread Marc Abramowitz
On Mon, Feb 20, 2012 at 8:26 AM, Joshua Ballanco wrote: > Sadly, I think the missing #ifndef is merely a symptom of laziness. If you > wanted to send a pull request, I don't think anyone would object to merging > it in :) > Here ya go: https://github.com/MacRuby/MacRuby/pull/61 Cheers, Marc ___

Re: [MacRuby-devel] Compiling with debug information

2012-02-20 Thread Joshua Ballanco
Sadly, I think the missing #ifndef is merely a symptom of laziness. If you wanted to send a pull request, I don't think anyone would object to merging it in :) On Monday, February 20, 2012 at 10:37 AM, Marc Abramowitz wrote: > I might be missing something obvious here. > > I want to be able to

[MacRuby-devel] Compiling with debug information

2012-02-20 Thread Marc Abramowitz
I might be missing something obvious here. I want to be able to build MacRuby with debug information by tweaking the command-line instead of the code itself (which is what I had been doing until now). Something like: [last: 41] marca@SCML-MarcA:~/dev/git-repos/MacRuby$ CFLAGS="-DROXOR_VM_DEBUG" r