Skip to content

Commit

Permalink
debug23
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent b69cb30 commit e3ffec2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ jobs:
name: wheels
path: wheelhouse/*.whl

- uses: actions/upload-artifact@v3
with:
name: wheels
path: wheelhouse/avifenc


windows:
runs-on: windows-2019
if: false
Expand Down
4 changes: 3 additions & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,13 @@ EOF
-DAVIF_CODEC_RAV1E=ON -DCMAKE_MODULE_PATH=/tmp/cmake/Modules \
-DAVIF_CODEC_AOM=LOCAL \
-DAVIF_CODEC_DAV1D=LOCAL \
-DAVIF_BUILD_APPS=ON \
-DENABLE_NASM=ON \
'-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG -g' \
'-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG -g' \
"${LIBAVIF_CMAKE_FLAGS[@]}" \
&& ninja -v install/strip)
&& ninja -v install \
&& cp avifenc ../../wheelhouse)

group_end
}
Expand Down

0 comments on commit e3ffec2

Please sign in to comment.