mirror of https://github.com/PCSX2/pcsx2.git
linux build: use turbo ;)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5174 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
a27142f1a6
commit
3a12cc0589
3
build.sh
3
build.sh
|
@ -53,7 +53,8 @@ if [ $clean_build = true ]; then
|
|||
echo "Doing a clean build."
|
||||
make clean 2>&1 | tee -a ../install_log.txt
|
||||
fi
|
||||
make 2>&1 | tee -a ../install_log.txt
|
||||
CORE=`grep -w -c processor /proc/cpuinfo`
|
||||
make -j $CORE 2>&1 | tee -a ../install_log.txt
|
||||
make install 2>&1 | tee -a ../install_log.txt
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in New Issue