VISIBILITY_INLINES_HIDDEN.rst 565 B

12345678910111213
  1. VISIBILITY_INLINES_HIDDEN
  2. -------------------------
  3. Whether to add a compile flag to hide symbols of inline functions
  4. The ``VISIBILITY_INLINES_HIDDEN`` property determines whether a flag for
  5. hiding symbols for inline functions, such as ``-fvisibility-inlines-hidden``,
  6. should be used when invoking the compiler. This property affects compilation
  7. in sources of all types of targets (subject to policy :policy:`CMP0063`).
  8. This property is initialized by
  9. the value of the :variable:`CMAKE_VISIBILITY_INLINES_HIDDEN` variable if it
  10. is set when a target is created.