Minor bugfixes

This commit is contained in:
2023-01-30 17:37:25 +01:00
parent 7697b29858
commit 0904e68843
4 changed files with 7 additions and 7 deletions

View File

@ -101,7 +101,7 @@ make distclean
ldconfig
cd ../ImageMagick
git fetch --all
git checkout 7.1.0-57
git checkout 7.1.0-60
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