mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
- 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.
16 lines
422 B
ReStructuredText
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.
|