From 81968049a112bb370778cd9151f092f69d1ab4d6 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 29 Jun 2018 12:46:07 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tc.sh b/build_tc.sh index 3144c6c..4147bd4 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -3,7 +3,7 @@ SRC=`realpath src` DATE_ISO=`date +%Y%m%d` MODE=$1 -CPU_CORES=$NUMBER_OF_PROCESSORS +CPU_CORES=2 BUILD=`realpath build` if [ "$MODE" == "debug" ]; then