diff --git a/build/turbo_build.sh b/build/turbo_build.sh index 9409d1fdad..6b6a3816b2 100755 --- a/build/turbo_build.sh +++ b/build/turbo_build.sh @@ -5,7 +5,7 @@ if [ -z $MAKE ] ; then fi if [ -z $arg ] ; then - $MAKE -j8 core + $MAKE -j20 freeswitch MODS=`cat modules.conf | grep -v \#` for i in $MODS ; do MOD_NAME=`echo $i | sed -e 's|^.*/||'`