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 8a6e5af commit 8328cd4Copy full SHA for 8328cd4
1 file changed
.github/workflows/wheels-dependencies.sh
@@ -137,8 +137,9 @@ function build_libavif {
137
-DCMAKE_INSTALL_PREFIX=$BUILD_PREFIX \
138
-DCMAKE_INSTALL_LIBDIR=$BUILD_PREFIX/lib \
139
-DCMAKE_INSTALL_NAME_DIR=$BUILD_PREFIX/lib \
140
+ -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
141
-DCMAKE_MACOSX_RPATH=OFF \
- -DCMAKE_BUILD_TYPE=Release \
142
+ -DCMAKE_BUILD_TYPE=MinSizeRel \
143
-DBUILD_SHARED_LIBS=ON \
144
-DAVIF_LIBSHARPYUV=LOCAL \
145
-DAVIF_LIBYUV=LOCAL \
0 commit comments