Bump imagemagick version

This commit is contained in:
2021-12-19 20:38:20 +01:00
parent fcf63eb3eb
commit 664a9dd0dc

View File

@ -133,7 +133,7 @@ cd ..
ldconfig
cd ImageMagick
git fetch --all
git checkout 7.1.0-17
git checkout 7.1.0-18
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp
make -j $PROC_LIMIT install
make distclean