mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
imagemagick: --without-gcc-arch (#1162)
This commit is contained in:
@@ -42,6 +42,9 @@ class imagemagick
|
|||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'--disable-openmp',
|
'--disable-openmp',
|
||||||
'--without-x',
|
'--without-x',
|
||||||
|
// implicit --with-gcc-arch
|
||||||
|
// bleeds host cpu features into built binaries
|
||||||
|
'--without-gcc-arch',
|
||||||
);
|
);
|
||||||
|
|
||||||
// special: linux-static target needs `-static`
|
// special: linux-static target needs `-static`
|
||||||
|
|||||||
Reference in New Issue
Block a user