Re: DWARF format and stripping
Re: DWARF format and stripping
- Subject: Re: DWARF format and stripping
- From: Jason Molenda <email@hidden>
- Date: Wed, 31 May 2006 15:06:43 -0700
On May 31, 2006, at 3:00 PM, Shawn Erickson wrote:
Can't you just use DWARF without dSYM for your release build? Then
strip your release product before shipping it to the customer keeping
the unstripped version for "symbolication" of user submitted crash
logs? Or does that not work either?
Yep, that will work. You will only get function names not line
numbers, though. It's also in the category of "not ideal" stopgap
solutions - you should only need to keep the dSYM file for a release
build. And unlike stabs, the majority of the debug information is in
the object files and I'd hate to see someone get confused and keep
their unstripped release binary and not their dSYM file. The
unstripped release binary is useful for little more than function-
level symbolication without its associated object files in place.
J
_______________________________________________
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