|
From: Greg P. <gp...@ap...> - 2009-01-19 19:43:05
|
On Jan 18, 2009, at 5:45 PM, Nicholas Nethercote wrote: > Greg, you originally had '-gstabs' in AM_CFLAGS_BASE and AM_CFLAGS_PIC > in Makefile.flags.am. I changed this back to -g because it broke > things on Linux and didn't seem to make any difference on Darwin > anyway. Perhaps this was an attempt to avoid this .dSYM problem? That was intended to get useful debug info for valgrind itself, when debugging valgrind. -gstabs might work for the regtests too, though. I think Xcode is able to build dwarf-in-executable, but I don't know what options or programs it uses to do that. -- Greg Parker gp...@ap... Runtime Wrangler |