aboutsummaryrefslogtreecommitdiff
path: root/tools/buildsteps
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-01-29 20:12:39 +0100
committerMemphiz <memphis@machzwo.de>2015-01-29 20:12:39 +0100
commit4f3d1315eb48c1235a1fb60266bbeaa2e5e074f7 (patch)
treedfa35d3c4259e91046f1c430fdaa5fc2ac8994a7 /tools/buildsteps
parent4304c36735cea5fc65ec9cd049f14fe2c2eaadca (diff)
[jenkins] - don't clamp release builds to 1 thread - parallel building seems working ok on the builders [tm]
Diffstat (limited to 'tools/buildsteps')
-rw-r--r--tools/buildsteps/defaultenv6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/buildsteps/defaultenv b/tools/buildsteps/defaultenv
index 78ea7a0124..f7baab87d6 100644
--- a/tools/buildsteps/defaultenv
+++ b/tools/buildsteps/defaultenv
@@ -73,12 +73,6 @@ then
Configuration=$DEFAULT_CONFIGURATION
fi
-#clamp release builds to 1 thread only
-if [ "$Configuration" == "Release" ]
-then
- BUILDTHREADS=1
-fi
-
#helper functions
#hash a dir based on the git revision, SDK_PATH, NDK_PATH, NDK_VERSION, SDK_VERSION, TOOLCHAIN TOOLCHAIN_X86 (for droidx86) and XBMC_DEPENDS_ROOT