summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/interprocedural_optimization_policy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/interprocedural_optimization_policy.rst')
-rw-r--r--Help/release/dev/interprocedural_optimization_policy.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/interprocedural_optimization_policy.rst b/Help/release/dev/interprocedural_optimization_policy.rst
new file mode 100644
index 0000000..93a9d68
--- /dev/null
+++ b/Help/release/dev/interprocedural_optimization_policy.rst
@@ -0,0 +1,8 @@
+interprocedural_optimization_policy
+-----------------------------------
+
+* The :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` target property is now enforced
+ when enabled. CMake will add IPO flags unconditionally or produce an error
+ if it does not know the flags for the current compiler. The project is now
+ responsible to use the :module:`CheckIPOSupported` module to check for IPO
+ support before enabling the target property. See policy :policy:`CMP0069`.