Removed CMAKE_INTERPROCEDURAL_OPTIMIZATION (#37)

This commit is contained in:
Andrew Murray 2025-04-08 22:50:48 +10:00 committed by GitHub
parent 8bc14e2a6b
commit 621bcd56f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -143,7 +143,6 @@ function build_libavif {
-DCONFIG_AV1_DECODER=0 \
-DAVIF_CODEC_AOM_DECODE=OFF \
-DAVIF_CODEC_DAV1D=LOCAL \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DCMAKE_BUILD_TYPE=$build_type \
. \
&& make install)

View File

@ -399,7 +399,6 @@ DEPS: dict[str, dict[str, Any]] = {
"-DAVIF_CODEC_AOM_DECODE=OFF",
"-DAVIF_CODEC_DAV1D=LOCAL",
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
build_type="MinSizeRel",
),
cmd_xcopy("include", "{inc_dir}"),