https://github.com/Kitware/CMake
Raw File
Tip revision: 5e98111643e22ad515afa2bf48a92573b6987115 authored by Brad King on 12 April 2019, 12:02:19 UTC
CMake 3.14.2
Tip revision: 5e98111
XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN.rst
XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN
-----------------------------------------------

Whether to enable ``Detect use of stack after return``
in the Diagnostics section of the generated Xcode scheme.

This property is initialized by the value of the variable
:variable:`CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN`
if it is set when a target is created.

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