0

[Documentation] DPD on linux is enabled by default.

Update the documentation. It is expected the Dangling Pointer Detector
to be enabled on Linux by default.

Bug: chromium:1449923
Change-Id: I9dae36512c0cbe7cf2c673bb361f11b5af778f48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4758986
Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org>
Reviewed-by: Bartek Nowierski <bartekn@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1180992}
This commit is contained in:
Arthur Sonzogni
2023-08-08 17:03:03 +00:00
committed by Chromium LUCI CQ
parent 05814c3e33
commit 591d14efa2

@ -39,7 +39,10 @@ is meant to be either refactored to avoid dangling, or turned into
# How to check for dangling pointers?
It is gated behind both build and runtime flags:
On **Linux**, it is **enabled by default** on most configurations.
To be precise: (`is_debug` or `dcheck_always_on`) and non `is_official` builds.
For the other operating systems, this is gated by both build and runtime flags:
## Build flags