VISIBILITY_INLINES_HIDDEN.rst 517 B

1234567891011
  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 only has an affect
  7. for libraries and executables with exports. This property is initialized by
  8. the value of the :variable:`CMAKE_VISIBILITY_INLINES_HIDDEN` if it is set
  9. when a target is created.