interprocedural_optimization_policy.rst 463 B

12345678
  1. interprocedural_optimization_policy
  2. -----------------------------------
  3. * The :prop_tgt:`INTERPROCEDURAL_OPTIMIZATION` target property is now enforced
  4. when enabled. CMake will add IPO flags unconditionally or produce an error
  5. if it does not know the flags for the current compiler. The project is now
  6. responsible to use the :module:`CheckIPOSupported` module to check for IPO
  7. support before enabling the target property. See policy :policy:`CMP0069`.