https://github.com/Kitware/CMake
Raw File
Tip revision: 30c3effa89ceda247cd2ff29b5d3f4da8c7a8ff6 authored by Brad King on 01 February 2019, 13:23:46 UTC
CMake 3.13.4
Tip revision: 30c3eff
CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES.rst
CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES
-------------------------------------

Whether to enable ``Malloc Guard Edges``
in the Diagnostics section of the generated Xcode scheme.

This variable initializes the
:prop_tgt:`XCODE_SCHEME_MALLOC_GUARD_EDGES`
property on all targets.

Please refer to the :variable:`CMAKE_XCODE_GENERATE_SCHEME` variable
documentation to see all Xcode schema related properties.
back to top