At Sat, 23 Apr 2011 18:04:21 -0400, Danny Yoo wrote:
> Does anyone know the flags I need to pass to ./configure to compile
> Racket with debugging support?  I tried:
> 
> 
>     $ CFLAGS="-ggdb" ./configure
> 
> but it didn't seem to stick.
> 
> I'm still running into DrRacket crashing on me under moderate use, and
> need to trace where it's dying.  Thanks!

The `configure' script normally adds `-g' automatically. If not,
setting CFLAGS really should work.

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to