diff --git a/build_tc.sh b/build_tc.sh index 320e30a..59ca448 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=2 +CPU_CORES=$NUMBER_OF_PROCESSORS BUILD=`realpath build` if [ "$MODE" == "debug" ]; then