Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Outline

Prerequisites

  • Xcode
  • ccache(1) installed in /usr/local/bin

Configuring ccache

The maximum cache size is 5GB by default, but a WebKit Debug build can require 20GB or more:

  • ccache --max-size=20G

Building with ccache

  • make ARGS="WK_USE_CCACHE=YES"
  • build-webkit WK_USE_CCACHE=YES
  • Build in the Xcode UI by adding WK_USE_CCACHE = YES; to Tools/ccache/ccache.xcconfig (FIXME: this dirties the working directory).

Viewing cache statistics

  • ccache -s
Morty Proxy This is a proxified and sanitized view of the page, visit original site.