mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
Compilation will be a little bit quicker
This commit is contained in:
parent
a4d9305d65
commit
ae2f848fa3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def build_target(target, path, cmake_options):
|
||||||
return COMPILATION_ERROR
|
return COMPILATION_ERROR
|
||||||
|
|
||||||
# Launch make
|
# Launch make
|
||||||
cmd = ["make", "-j2", target]
|
cmd = ["make", "-j3", target]
|
||||||
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
output, error = proc.communicate()
|
output, error = proc.communicate()
|
||||||
if proc.returncode == 0:
|
if proc.returncode == 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue