summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-06 19:52:49 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-12-06 19:52:49 +0000
commitb41f0d6542472f1a90f559e33728aef84f45630a (patch)
treef7858d6937dc8ec363e5784d9c5eab3ddc16520d /morph
parent55277778f4fe41de13204ce90e0c9b1afea14a4e (diff)
parent64e286e4be317f6d5a7a027327d982a3ea2b4bbf (diff)
downloadmorph-b41f0d6542472f1a90f559e33728aef84f45630a.tar.gz
Merge remote-tracking branch 'quarry/liw/distcc-support'
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph b/morph
index e814eb7f..eda5cf58 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 '