summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-04-01 21:50:11 +0200
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-04-01 21:50:11 +0200
commitad31c275948f986e4fc299598258daf7983fcc05 (patch)
treefbd46169b0c56b5a7184fbaade6fac85941f533f
parent3635bb7d75ae54c59085b802be23a9a891d1272d (diff)
Pulse: I was probably too optimistic with -j60
Let's change it to -j20
-rwxr-xr-xpulse-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse-build-script b/pulse-build-script
index 01281a5..fb45de3 100755
--- a/pulse-build-script
+++ b/pulse-build-script
@@ -205,7 +205,7 @@ $make = "make " . prop("make.args", "-j4") if ($Config{'osname'} !~ /mswin/i);
# we support JOM / IncrediBuild for Windows
if ($Config{'osname'} =~ /mswin/i) {
if (find_exe('xgconsole.exe') && find_exe('jom.exe')) {
- $make = "xgconsole /NOLOGO /COMMAND=\"jom.exe /NOLOGO " . prop("make.args", "-j60") . " /F Makefile\" /PROFILE=\"C:/Jom/bin/profile.xml\" /MAXCPUS=60"
+ $make = "xgconsole /NOLOGO /COMMAND=\"jom.exe /NOLOGO " . prop("make.args", "-j20") . " /F Makefile\" /PROFILE=\"C:/Jom/bin/profile.xml\" /MAXCPUS=60"
} elsif (find_exe('jom.exe')) {
$make = "jom " . prop("make.args", "-j20");
}