docu: support for sanitizers

This commit is contained in:
Oliver Kowalke 2019-10-02 08:19:27 +02:00
parent 1ce4a15fb8
commit 5616e42bd9

View File

@ -332,5 +332,16 @@ as stack space which suppresses the errors.
[endsect]
[section:sanitizers Support for sanitizers]
Sanitizers (GCC/Clang) are confused by the stack switches.
The library is required to be compiled with property (b2 command-line)
`context-impl=ucontext` and compilers santizer options.
Users must define `BOOST_USE_ASAN` before including any Boost.Context headers
when linking against Boost binaries.
[endsect]
[endsect]