1XCODE_SCHEME_MALLOC_GUARD_EDGES
2-------------------------------
3
4.. versionadded:: 3.13
5
6Whether to enable ``Malloc Guard Edges``
7in the Diagnostics section of the generated Xcode scheme.
8
9This property is initialized by the value of the variable
10:variable:`CMAKE_XCODE_SCHEME_MALLOC_GUARD_EDGES` if it is set
11when a target is created.
12
13Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
14documentation to see all Xcode schema related properties.
15