mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-27 08:30:05 +03:00
Use interprocedural optimization on Windows
This commit is contained in:
parent
79ceebded8
commit
45f85100b6
|
@ -396,6 +396,7 @@ DEPS: dict[str, dict[str, Any]] = {
|
|||
"-DAVIF_LIBYUV=LOCAL",
|
||||
"-DAVIF_CODEC_AOM=LOCAL",
|
||||
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
||||
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
|
||||
build_type="MinSizeRel",
|
||||
),
|
||||
cmd_xcopy("include", "{inc_dir}"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user