Merge branch 'main' into other_encs

This commit is contained in:
2024-04-10 15:19:57 -05:00
3 changed files with 42 additions and 15 deletions

View File

@@ -96,6 +96,8 @@ mkdir build_svt.user
cd build_svt.user || exit
make clean
cmake .. -DCMAKE_BUILD_TYPE=Release -DSVT_AV1_LTO=ON \
-DENABLE_AVX512=ON -DBUILD_TESTING=OFF \
-DCOVERAGE=OFF \
-DCMAKE_C_FLAGS="-O${OPT_LVL} $COMP_FLAGS" \
-DCMAKE_CXX_FLAGS="-O${OPT_LVL} $COMP_FLAGS" || exit
make -j "$(nproc)" || exit