From 64e286e4be317f6d5a7a027327d982a3ea2b4bbf Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 6 Dec 2011 19:43:22 +0000 Subject: add --no-distcc option to disable distcc --- morph | 1 + 1 file changed, 1 insertion(+) (limited to 'morph') diff --git a/morph b/morph index 96987fa8..c4420e2f 100755 --- a/morph +++ b/morph @@ -40,6 +40,7 @@ class Morph(cliapp.Application): 'put build results in DIR (default: %default)', metavar='DIR', default='.') self.settings.boolean(['no-ccache'], 'do not use ccache') + self.settings.boolean(['no-distcc'], 'do not use distcc') self.settings.integer(['max-jobs'], 'run at most N parallel jobs with make (default ' 'is to a value based on the number of CPUs ' -- cgit v1.2.1