Skip to content

Commit

Permalink
mtune
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent 9dffc56 commit 8da326d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ EOF
-DAVIF_CODEC_DAV1D=LOCAL \
-DAVIF_BUILD_APPS=ON \
-DENABLE_NASM=ON \
'-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG -g -target arm64-apple-macos11 -march=armv8-a+crc+crypto -mcpu=generic ' \
'-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG -g -target arm64-apple-macos11 -march=armv8-a+crc+crypto -mcpu=generic ' \
'-DCMAKE_EXE_LINKER_FLAGS=-march=armv8-a+crc+crypto -target arm64-apple-macos11' \
'-DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG -g -target arm64-apple-macos11 -mtune=apple-m1 -mcpu=generic' \
'-DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG -g -target arm64-apple-macos11 -mtune=apple-m1 -mcpu=generic' \
'-DCMAKE_EXE_LINKER_FLAGS=-target arm64-apple-macos11' \
"${LIBAVIF_CMAKE_FLAGS[@]}" \
&& ninja -v install \
&& cp avifenc ../../wheelhouse)
Expand Down

0 comments on commit 8da326d

Please sign in to comment.