summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst')
-rw-r--r--Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
new file mode 100644
index 000000000..3f68c3128
--- /dev/null
+++ b/Help/prop_tgt/INTERPROCEDURAL_OPTIMIZATION.rst
@@ -0,0 +1,11 @@
+INTERPROCEDURAL_OPTIMIZATION
+----------------------------
+
+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.