mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
maybe explicit mavx2?!
This commit is contained in:
parent
150d866c15
commit
22d263c0a8
@ -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'
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user