revert to j2

release/4.3a0
Frank Dellaert 2023-02-23 06:40:40 -08:00
parent 1c3e567319
commit bc44c46378
1 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ function build ()
if (($(nproc) > 2)); then if (($(nproc) > 2)); then
make -j$(nproc) make -j$(nproc)
else else
make -j1 make -j2
fi fi
elif [ "$(uname)" == "Darwin" ]; then elif [ "$(uname)" == "Darwin" ]; then
make -j$(sysctl -n hw.physicalcpu) make -j$(sysctl -n hw.physicalcpu)
@ -121,7 +121,7 @@ function test ()
if (($(nproc) > 2)); then if (($(nproc) > 2)); then
make -j$(nproc) check make -j$(nproc) check
else else
make -j1 check make -j2 check
fi fi
elif [ "$(uname)" == "Darwin" ]; then elif [ "$(uname)" == "Darwin" ]; then
make -j$(sysctl -n hw.physicalcpu) check make -j$(sysctl -n hw.physicalcpu) check