diff options
Diffstat (limited to 'linden')
-rwxr-xr-x | linden/indra/develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/develop.py b/linden/indra/develop.py index e804374..6fe565e 100755 --- a/linden/indra/develop.py +++ b/linden/indra/develop.py | |||
@@ -383,7 +383,7 @@ class LinuxSetup(UnixSetup): | |||
383 | if hosts == 1 and socket.gethostname().startswith('station'): | 383 | if hosts == 1 and socket.gethostname().startswith('station'): |
384 | hosts, job_count = mk_distcc_hosts() | 384 | hosts, job_count = mk_distcc_hosts() |
385 | os.putenv('DISTCC_HOSTS', hosts) | 385 | os.putenv('DISTCC_HOSTS', hosts) |
386 | opts.extend(['-j', str(job_count)]) | 386 | opts.extend(['-j', str(2)]) |
387 | 387 | ||
388 | if targets: | 388 | if targets: |
389 | targets = ' '.join(targets) | 389 | targets = ' '.join(targets) |