Invoke make with -j$(nproc) for better parallelism.

This commit is contained in:
Marko Mäkelä 2010-09-09 13:50:06 +03:00
commit 07ebf63261

View file

@ -22,4 +22,4 @@ MYSQL_ROOT="$(dirname ${0})/../.."
cd ${MYSQL_ROOT}
cmake -DWITH_INNOBASE_STORAGE_ENGINE:BOOL=ON
make -j4
make -j$(nproc)