From: nobu.nokada@... Date: 2004-10-25T10:45:30+09:00 Subject: Re: ruby1.9 CVS Makefile issue? Hi, At Mon, 25 Oct 2004 10:04:08 +0900, GGarramuno wrote in [ruby-talk:117547]: > Also, is there any way to compile ruby and its libs in debug mode? > Something along the lines of: > > > make debug (or nmake debug on windows) It needs to compile all objects with debug options, so I don't feel "debug" target so useful. I would run configure with CFLAGS='-ggdb -g3 -O0' in another directory for such purpose. -- Nobu Nakada