maybe explicit mavx2?!

This commit is contained in:
henderkes 2025-12-01 19:27:44 +01:00
parent 150d866c15
commit 22d263c0a8

View File

@ -11,6 +11,9 @@ trait libwebp
protected function build(): void
{
UnixCMakeExecutor::create($this)
->appendEnv([
'CFLAGS' => GNU_ARCH === 'x86_64' ? '-mavx2' : '',
])
->addConfigureArgs(
'-DWEBP_BUILD_EXTRAS=OFF'
)