Bug 3956 - some of WebKit builds with symbols, some doesn't
Summary: some of WebKit builds with symbols, some doesn't
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Trey Matteson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-11 15:49 PDT by Trey Matteson
Modified: 2005-07-20 13:39 PDT (History)
0 users

See Also:


Attachments
WebCore piece of the patch (998 bytes, patch)
2005-07-11 16:06 PDT, Trey Matteson
mjs: review+
Details | Formatted Diff | Diff
JSCore piece of the patch (1.04 KB, patch)
2005-07-11 16:07 PDT, Trey Matteson
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Matteson 2005-07-11 15:49:20 PDT
What I see out of the box is that WebCore and JSCore build without -g and WebKit builds with -g.  This is 
via the build-webkit shells script.  The various XCode variables that override each other are a bit messy, 
and I'm not convinced the UI shows you the right values, but a small change seems to fix it.

There is no good reason not to build all the code with -g.
Comment 1 Trey Matteson 2005-07-11 16:06:44 PDT
Created attachment 2910 [details]
WebCore piece of the patch
Comment 2 Trey Matteson 2005-07-11 16:07:24 PDT
Created attachment 2911 [details]
JSCore piece of the patch
Comment 3 Maciej Stachowiak 2005-07-13 20:14:24 PDT
Comment on attachment 2910 [details]
WebCore piece of the patch

r=me

Yes, I think we should build the deployment version with symbols, this is
important for use of Shark.