Skip to content

Commit 641630c

Browse files
committed
Fix aom optimization
1 parent 0aa28f1 commit 641630c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/libaom.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ protected function build(): void
2626
"-DCMAKE_TOOLCHAIN_FILE={$this->builder->cmake_toolchain_file} " .
2727
'-DCMAKE_BUILD_TYPE=Release ' .
2828
'-DBUILD_SHARED_LIBS=OFF ' .
29+
'-DAOM_TARGET_CPU=generic' .
2930
'..'
3031
)
3132
->exec("cmake --build . -j {$this->builder->concurrency}")

0 commit comments

Comments
 (0)