RESOLVED FIXED 135655
Set DSYMUTIL_NUM_THREADS to the number of logical cores
https://bugs.webkit.org/show_bug.cgi?id=135655
Summary Set DSYMUTIL_NUM_THREADS to the number of logical cores
David Farler
Reported 2014-08-06 10:28:31 PDT
For improved WebCore dSYM generation speed, we should export DSYMUTIL_NUM_THREADS=`sysctl -n hw.logicalcpu` in the makefiles and build-webkit for builds hosted on OS X.
Attachments
Patch (2.28 KB, patch)
2014-08-06 10:55 PDT, David Farler
mrowe: review+
David Farler
Comment 1 2014-08-06 10:55:28 PDT
Created attachment 236114 [details] Patch Hm, looks like this isn't automatic or exposed in Xcode yet.
Mark Rowe (bdash)
Comment 2 2014-08-06 11:43:48 PDT
Comment on attachment 236114 [details] Patch I think you want hw.activecpu rather than hw.logicalcpu.
David Farler
Comment 3 2014-08-06 13:38:31 PDT
Note You need to log in before you can comment on or make changes to this bug.