aboutsummaryrefslogtreecommitdiffstats
path: root/servobuild.example
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2015-11-05 14:47:23 -0600
committerLars Bergstrom <lars@lars.com>2015-11-05 14:47:23 -0600
commit5c5acc02498ebd14003f086fdb38f56bd5c4e070 (patch)
treebd9f94473d8bfa0036afc146427c0aaba5302e92 /servobuild.example
parent17a6cb587399b8650d331a85456336ccbc31e9fe (diff)
downloadservo-5c5acc02498ebd14003f086fdb38f56bd5c4e070.tar.gz
servo-5c5acc02498ebd14003f086fdb38f56bd5c4e070.zip
Add CCACHE infra and turn it on in travis
Diffstat (limited to 'servobuild.example')
-rw-r--r--servobuild.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/servobuild.example b/servobuild.example
index 8d57d659e9b..8157de5b88b 100644
--- a/servobuild.example
+++ b/servobuild.example
@@ -36,6 +36,8 @@ rustc-with-gold = true
android = false
# Set "debug-mozjs" or use `mach build --debug-mozjs` to build a debug spidermonkey.
debug-mozjs = false
+# Set to the path to your ccache binary to enable caching of compiler outputs
+#ccache = "/usr/local/bin/ccache"
# Android information
[android]