X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=docs%2Fgettingstarted%2Ftroubleshooting%2Fsanitizer.rst;fp=docs%2Fgettingstarted%2Ftroubleshooting%2Fsanitizer.rst;h=d2c8b1181d6ff6510f43c1e03e3e62b1a3bbb0bf;hb=c142cd115b6e5c95faffd7735fbee835c8538089;hp=217f5e57182a8e306f36e0ae2a4becd11b48bb04;hpb=e462e543b2c672ec6869a9d3653605ea7084d565;p=vpp.git diff --git a/docs/gettingstarted/troubleshooting/sanitizer.rst b/docs/gettingstarted/troubleshooting/sanitizer.rst index 217f5e57182..d2c8b1181d6 100644 --- a/docs/gettingstarted/troubleshooting/sanitizer.rst +++ b/docs/gettingstarted/troubleshooting/sanitizer.rst @@ -14,8 +14,11 @@ AddressSanitizer `AddressSanitizer `_ (aka ASan) is a memory error detector for C/C++. Think Valgrind but much faster. -In order to use it, VPP must be recompiled with ASan support. It is implemented as a cmake -build option, so all VPP targets should be supported. For example: +In order to use it, VPP must be recompiled with ASan support. +See developer documentation on prerequisites for :ref:`building VPP `. + +ASan support is implemented as a cmake build option, +so all VPP targets should be supported. For example: .. code-block:: console