mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual Studio
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
This commit is contained in:
6
Help/release/dev/vs-ipo.rst
Normal file
6
Help/release/dev/vs-ipo.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user