mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
567fabe88e
Add IPO support for Visual Studio (which is referred to by VS as "Link Time Code Generation" and "Whole Program Optimization"), for VS version >= 10. This allows CMake/VS users to enable IPO by setting property `INTERPROCEDURAL_OPTIMIZATION`. Fixes: #16748
7 lines
210 B
ReStructuredText
7 lines
210 B
ReStructuredText
vs-ipo
|
|
------
|
|
|
|
* The :ref:`Visual Studio Generators` for VS 2010 and above learned to
|
|
support the :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` target property
|
|
and supporting :module:`CheckIPOSupported` module.
|