INTERPROCEDURAL_OPTIMIZATION.rst 347 B

1234567891011
  1. INTERPROCEDURAL_OPTIMIZATION
  2. ----------------------------
  3. Enable interprocedural optimization for a target.
  4. If set to true, enables interprocedural optimizations if they are
  5. known to be supported by the compiler.
  6. This property is initialized by the
  7. :variable:`CMAKE_INTERPROCEDURAL_OPTIMIZATION` variable if it is set when a
  8. target is created.