Upgrade to use 4 processes by default when building the rpi archive.

This commit is contained in:
casey langen 2020-10-18 06:24:29 +01:00
parent be49a66717
commit b32d87de92

View File

@ -5,5 +5,5 @@ SCRIPT_DIR=`dirname "$0"`
rm -rf bin
${SCRIPT_DIR}/clean-nix.sh
cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_PLATFORM=rpi -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -j2
make -j4
cpack