Files
CMake/Help/variable/CMAKE_INTERPROCEDURAL_OPTIMIZATION.rst
Peter Kokot 294b30b27e CheckIPOSupported: Extend documentation
- Added intro code block showing how to include this module.
- Added brief description about IPO and LTO and how it is enabled in
  CMake.
- Used "command" instead of "function".
- Reworded few descriptions.
- Synced indentation for items related to the command section.
- Added "See Also" sections to related target properties and variables.
2025-05-18 23:56:31 +02:00

16 lines
422 B
ReStructuredText

CMAKE_INTERPROCEDURAL_OPTIMIZATION
----------------------------------
.. versionadded:: 3.9
Default value for :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` of targets.
This variable is used to initialize the :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION`
property on all the targets. See that target property for additional
information.
See Also
^^^^^^^^
* The :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` variable.