RESOLVED FIXED 4324
WebCore build does a slow "nmedit -s" step that's unnecessary
https://bugs.webkit.org/show_bug.cgi?id=4324
Summary WebCore build does a slow "nmedit -s" step that's unnecessary
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.