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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden