Re: using dwarf outside of Xcode, say with configure/make
Re: using dwarf outside of Xcode, say with configure/make
- Subject: Re: using dwarf outside of Xcode, say with configure/make
- From: Lawrence Gold <email@hidden>
- Date: Thu, 25 May 2006 14:30:55 -0600
On May 25, 2006, at 1:53 PM, Sean McBride wrote:
Hi all,
So dwarf looks quite promising. Our main application is built with
Xcode but it relies on several 3rd party static libraries that are
built
in a variety of ways, mostly configure/make.
What does one need to do to use dwarf with configure/make? dwarf
is not
the default in Xcode so I'm assuming its not the default for
commandline
gcc either. Do I just need to pass '-ggdb' to gcc, say by adding
it to
my CFLAGS?
Based on the build transcript, you need to add '-gdwarf-2'.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden