微信扫一扫
就是启用多线程。
CPU_THREADS=`cat /proc/cpuinfo| grep "processor"| wc -l`make JOBS=${CPU_THREADS} all
相关推荐