aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gn/BUILD.gn')
-rw-r--r--gn/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index c737dd931c..0d23b8a043 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -245,7 +245,6 @@ config("default") {
cflags += [
"-fsanitize=$sanitizers",
"-fno-sanitize-recover=$sanitizers",
- "-fsanitize-blacklist=" + rebase_path("../tools/xsan.blacklist"),
]
if (!is_win) {
cflags += [ "-fno-omit-frame-pointer" ]