mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
enable parallel make
This commit is contained in:
@@ -36,6 +36,13 @@ class InstallCommand(Command):
|
||||
default=None,
|
||||
help="Install a python under an alias."
|
||||
)
|
||||
self.parser.add_option(
|
||||
'-j', "--jobs",
|
||||
dest="jobs",
|
||||
type='int',
|
||||
default=0,
|
||||
help="Enable parallel make."
|
||||
)
|
||||
|
||||
def run_command(self, options, args):
|
||||
if args:
|
||||
|
||||
Reference in New Issue
Block a user