diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-16 02:24:08 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-04-17 19:10:34 (GMT) |
commit | 470437f6f93fb7c26afd38176a9779505c7922e5 (patch) | |
tree | 0715df0394033a40af45570692973ca772b882cb /Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst | |
parent | f653c6702a38eca61a441145dae2670e99f8a1ec (diff) | |
download | CMake-470437f6f93fb7c26afd38176a9779505c7922e5.zip CMake-470437f6f93fb7c26afd38176a9779505c7922e5.tar.gz CMake-470437f6f93fb7c26afd38176a9779505c7922e5.tar.bz2 |
Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>
Diffstat (limited to 'Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst')
-rw-r--r-- | Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst index 492fee0..782b0f0 100644 --- a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst +++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION_CONFIG.rst @@ -6,3 +6,7 @@ Per-configuration interprocedural optimization for a target. This is a per-configuration version of INTERPROCEDURAL_OPTIMIZATION. If set, this property overrides the generic property for the named configuration. + +This property is initialized by the +:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>` variable if it is set +when a target is created. |