Commit 07ebf632 authored by Marko Mäkelä's avatar Marko Mäkelä

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

parent 987702f2
......@@ -22,4 +22,4 @@ MYSQL_ROOT="$(dirname ${0})/../.."
cd ${MYSQL_ROOT}
cmake -DWITH_INNOBASE_STORAGE_ENGINE:BOOL=ON
make -j4
make -j$(nproc)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment