From: Matthew Flatt (mflatt at cs.utah.edu) Date: Sat Apr 23 18:30:10 EDT 2011 |
|
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.
Posted on the users mailing list. |
|