mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 09:15:30 +02:00
Invoke make with -j$(nproc) for better parallelism.
This commit is contained in:
parent
987702f290
commit
07ebf63261
1 changed files with 1 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ MYSQL_ROOT="$(dirname ${0})/../.."
|
|||
cd ${MYSQL_ROOT}
|
||||
|
||||
cmake -DWITH_INNOBASE_STORAGE_ENGINE:BOOL=ON
|
||||
make -j4
|
||||
make -j$(nproc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue