From 621bcd56f0ecc2a15a361a16f30cea1ef33a7440 Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Tue, 8 Apr 2025 22:50:48 +1000 Subject: [PATCH] Removed CMAKE_INTERPROCEDURAL_OPTIMIZATION (#37) --- .github/workflows/wheels-dependencies.sh | 1 - winbuild/build_prepare.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index fd3526f6a..32572e4e6 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -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) diff --git a/winbuild/build_prepare.py b/winbuild/build_prepare.py index 1d50aee1d..93383cd78 100644 --- a/winbuild/build_prepare.py +++ b/winbuild/build_prepare.py @@ -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}"),