summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cc/sanitize.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/sanitize.go b/cc/sanitize.go
index 281c8c11c..1cc58a2bc 100644
--- a/cc/sanitize.go
+++ b/cc/sanitize.go
@@ -61,6 +61,7 @@ var (
"--aarch64-enable-global-isel-at-O=-1",
"-fast-isel=false",
"-hwasan-use-after-scope=1",
+ "-dom-tree-reachability-max-bbs-to-explore=128",
}
cfiBlocklistPath = "external/compiler-rt/lib/cfi"