We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150d866 commit 22d263cCopy full SHA for 22d263c
src/SPC/builder/unix/library/libwebp.php
@@ -11,6 +11,9 @@ trait libwebp
11
protected function build(): void
12
{
13
UnixCMakeExecutor::create($this)
14
+ ->appendEnv([
15
+ 'CFLAGS' => GNU_ARCH === 'x86_64' ? '-mavx2' : '',
16
+ ])
17
->addConfigureArgs(
18
'-DWEBP_BUILD_EXTRAS=OFF'
19
)
0 commit comments