diff --git a/install_binaries.sh b/install_binaries.sh index 3883f17..d32e078 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -133,7 +133,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-13 +git checkout 7.1.0-14 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