-j instead of -j2 to build with the max number of cores instead of just 2

This commit is contained in:
zliang 2022-04-22 19:09:16 -06:00
parent bfbea1df82
commit a64a44172e

View File

@ -2,7 +2,7 @@
# make the build
git submodule init && git submodule update
make BUILD_TLS=yes -j2 KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror'
make BUILD_TLS=yes -j$(nproc) KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror'
# gen-cert
./utils/gen-test-certs.sh