From e75bfac9fa67d4f4f05f48ed3b210b7b218d773c Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Tue, 5 Oct 2021 23:43:03 +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 563b335..3ac9a98 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-8 +git checkout 7.1.0-9 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