diff --git a/doc/stack.qbk b/doc/stack.qbk index eab8f88..03f2a0a 100644 --- a/doc/stack.qbk +++ b/doc/stack.qbk @@ -320,4 +320,14 @@ structures. [endsect] +[section:valgrind Support for valgrind] + +Running programs that switch stacks under valgrind causes problems. +Property (b2 command-line) `valgrind=on` let valgrind treat the memory regions +as stack space which suppresses the errors. + +[endsect] + + + [endsect]