summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
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 '