imagemagick: --without-gcc-arch (#1162)

This commit is contained in:
Jerry Ma
2026-05-24 22:04:02 +08:00
committed by GitHub

View File

@@ -42,6 +42,9 @@ class imagemagick
->addConfigureArgs(
'--disable-openmp',
'--without-x',
// implicit --with-gcc-arch
// bleeds host cpu features into built binaries
'--without-gcc-arch',
);
// special: linux-static target needs `-static`