-j instead of -j2 to build with the max number of cores instead of just 2
This commit is contained in:
parent
bfbea1df82
commit
a64a44172e
@ -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
|
Loading…
x
Reference in New Issue
Block a user