Make OpenJPEG with 4 job slots - ~2.2 times faster (take 2)

This commit is contained in:
hugovk 2014-08-21 14:50:11 +03:00
parent 4b8b91965a
commit d0ec73602b

View File

@ -13,7 +13,7 @@ tar -xvzf openjpeg-2.1.0.tar.gz
pushd openjpeg-2.1.0
cmake -DCMAKE_INSTALL_PREFIX=/usr . && make -j 4 && sudo make -j 4 install
cmake -DCMAKE_INSTALL_PREFIX=/usr . && make -j4 && sudo make -j4 install
popd