From 8c2cf297454b29f1e560a92e431721c89250ef36 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Wed, 13 Oct 2021 08:51:56 +0200 Subject: [PATCH] Bump imagemagick version --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 832d468..562ab04 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -132,7 +132,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-9 +git checkout 7.1.0-10 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