blob: 1a0a17a830e23f935b31504d8d3dc6d2b9028328 [file] [log] [blame]
Ryan Prichardf6283ab2022-01-13 17:30:19 -08001CMAKE_XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN
2-----------------------------------------------------
3
4.. versionadded:: 3.13
5
6Whether to enable ``Detect use of stack after return``
7in the Diagnostics section of the generated Xcode scheme.
8
9This variable initializes the
10:prop_tgt:`XCODE_SCHEME_ADDRESS_SANITIZER_USE_AFTER_RETURN`
11property on all targets.
12
13Please refer to the :prop_tgt:`XCODE_GENERATE_SCHEME` target property
14documentation to see all Xcode schema related properties.