Skip to content

Commit 153003b

Browse files
authored
imagemagick: --without-gcc-arch (crazywhalecc#1162)
2 parents 899555a + 1a779be commit 153003b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Package/Library/imagemagick.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ public function buildUnix(LibraryPackage $lib, ToolchainInterface $toolchain): v
4242
->addConfigureArgs(
4343
'--disable-openmp',
4444
'--without-x',
45+
// implicit --with-gcc-arch
46+
// bleeds host cpu features into built binaries
47+
'--without-gcc-arch',
4548
);
4649

4750
// special: linux-static target needs `-static`

0 commit comments

Comments
 (0)