From 827e50a26d3988d73d74e6219dd2a4ed89c0deae Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 17 Apr 2022 13:19:04 +0200 Subject: [PATCH] Bumped version --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index bb8ad30..f5bed74 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -130,7 +130,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-29 +git checkout 7.1.0-30 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