Re: [webkit-dev] Tips to build faster on Mac?

2018-03-16 Thread Maciej Stachowiak
You can also just cd to the WebCore directory and type make. > On Mar 16, 2018, at 3:24 PM, youenn fablet wrote: > > If you have a full build and made changes to WebCore, you might only need to > recompile WebCore. With make for instance, one can do: > make d -C

Re: [webkit-dev] Tips to build faster on Mac?

2018-03-16 Thread youenn fablet
If you have a full build and made changes to WebCore, you might only need to recompile WebCore. With make for instance, one can do: make d -C Source/WebCore Y On Fri, Mar 16, 2018 at 6:55 AM Danyao Wang wrote: > Thanks Brian for the Xcode UI tip! So far I've always used

Re: [webkit-dev] Tips to build faster on Mac?

2018-03-16 Thread Danyao Wang
Thanks Brian for the Xcode UI tip! So far I've always used build-webkit. I didn't realize there could be a difference. On Thu, Mar 15, 2018 at 6:01 PM, Brian Burg wrote: > > > > On Mar 15, 2018, at 1:58 PM, Danyao Wang wrote: > > > > Hi, > > > > Being new