Revision 93b705a396c23f771ba203efb6f2f4934ae027b7 authored by Brad King on 05 August 2016, 12:50:29 UTC, committed by CMake Topic Stage on 05 August 2016, 12:50:29 UTC
e555480c Ninja: Fix response file format for GNU-like Clang on Windows

2 parent s baa6032 + e555480
Raw File
VISIBILITY_INLINES_HIDDEN.rst
VISIBILITY_INLINES_HIDDEN
-------------------------

Whether to add a compile flag to hide symbols of inline functions

The ``VISIBILITY_INLINES_HIDDEN`` property determines whether a flag for
hiding symbols for inline functions, such as ``-fvisibility-inlines-hidden``,
should be used when invoking the compiler.  This property affects compilation
in sources of all types of targets (subject to policy :policy:`CMP0063`).

This property is initialized by
the value of the :variable:`CMAKE_VISIBILITY_INLINES_HIDDEN` variable if it
is set when a target is created.
back to top