From 2da1a5d505bd4d500746735194fe52758ec617a6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 1 Nov 2011 14:10:33 +0000 Subject: Enable ccache by default --- morph | 1 + 1 file changed, 1 insertion(+) (limited to 'morph') diff --git a/morph b/morph index e86deb27..65c83229 100755 --- a/morph +++ b/morph @@ -43,6 +43,7 @@ class Morph(cliapp.Application): self.settings.string(['cachedir'], 'put build results in DIR (default: %default)', metavar='DIR', default='.') + self.settings.boolean(['no-ccache'], 'do not use ccache') def cmd_build(self, morph_filenames): tempdir = morphlib.tempdir.Tempdir() -- cgit v1.2.1