mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Make OpenJPEG with 4 job slots - ~2.2 times faster (take 2)
This commit is contained in:
parent
4b8b91965a
commit
d0ec73602b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user