mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
docu: support for sanitizers
This commit is contained in:
parent
1ce4a15fb8
commit
c63e9158c5
@ -332,5 +332,16 @@ as stack space which suppresses the errors.
|
|||||||
[endsect]
|
[endsect]
|
||||||
|
|
||||||
|
|
||||||
|
[section:sanitizers Support for sanitizers]
|
||||||
|
|
||||||
|
Sanitizers (GCC/Clang) are confused by the stack switches.
|
||||||
|
The library (and Boost.Context too) 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]
|
[endsect]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user