mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
maybe explicit mavx2?!
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user