Bug 4324

Summary: WebCore build does a slow "nmedit -s" step that's unnecessary
Product: WebKit Reporter: Darin Adler <darin>
Component: Tools / TestsAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P4    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch to do our own exported symbol option, as a workaround justin.garcia: review+

Darin Adler
Reported 2005-08-07 18:18:19 PDT
Turns out the "nmedit -s" step in the WebCore build is an unnecessary extra step, since the main build rule already gets the correct option passed in to export only certain symbols. The fact that this is done is due to a known bug in Xcode. We should probably work around it.
Attachments
patch to do our own exported symbol option, as a workaround (3.25 KB, patch)
2005-08-15 00:20 PDT, Darin Adler
justin.garcia: review+
Darin Adler
Comment 1 2005-08-15 00:20:19 PDT
Created attachment 3397 [details] patch to do our own exported symbol option, as a workaround
Justin Garcia
Comment 2 2005-08-15 13:57:33 PDT
Comment on attachment 3397 [details] patch to do our own exported symbol option, as a workaround Here's the radar for the xcode bug: <rdar://problem/3882017> r=me
Note You need to log in before you can comment on or make changes to this bug.