diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2017-02-27 11:00:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-02 14:37:39 (GMT) |
commit | 6b6191d8754fd6a805a83c2a10f521aa92e26175 (patch) | |
tree | f4e154287af836df1266f8d58f242d0ca4d0c566 /Help/prop_tgt | |
parent | c1fb7213edaf512774eb74adb0a89b4984f88904 (diff) | |
download | CMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.zip CMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.tar.gz CMake-6b6191d8754fd6a805a83c2a10f521aa92e26175.tar.bz2 |
Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION'
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst index effa3b0..3f68c31 100644 --- a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst +++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst @@ -5,3 +5,7 @@ Enable interprocedural optimization for a target. If set to true, enables interprocedural optimizations if they are known to be supported by the compiler. + +This property is initialized by the +:variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable if it is set when a +target is created. |