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, 0 insertions, 8 deletions
diff --git a/Help/release/dev/interprocedural_optimization_policy.rst b/Help/release/dev/interprocedural_optimization_policy.rst
deleted file mode 100644
index 93a9d68..0000000
--- a/Help/release/dev/interprocedural_optimization_policy.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-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`.