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 79ceebd commit 45f8510Copy full SHA for 45f8510
1 file changed
winbuild/build_prepare.py
@@ -396,6 +396,7 @@ def cmd_msbuild(
396
"-DAVIF_LIBYUV=LOCAL",
397
"-DAVIF_CODEC_AOM=LOCAL",
398
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
399
+ "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
400
build_type="MinSizeRel",
401
),
402
cmd_xcopy("include", "{inc_dir}"),
0 commit comments