aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-07-27 19:00:34 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-07-27 19:00:34 +0300
commit982fbeea664254bdd710cdff683d874c04270b2c (patch)
tree513f4657f022e39478f5ea5f800c398012633abd /build/ymake.core.conf
parent77008f41535de3b9fdd04522b93cd97c2fc6b8aa (diff)
downloadydb-982fbeea664254bdd710cdff683d874c04270b2c.tar.gz
Do not PEERDIR to library/cpp/sanitizer/include by default
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf4
1 files changed, 0 insertions, 4 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 4c3381d4a1..94ade1b13a 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1115,7 +1115,6 @@ when ($ALLOCATOR == "LF") {
}
# tag:sanitize
-SANITIZE_HEADERS=yes
SANITIZER_CFLAGS=
# tag:proto tag:grpc
@@ -1844,9 +1843,6 @@ module _BASE_PROGRAM: _LINK_UNIT {
}
}
}
- when ($SANITIZE_HEADERS && $SANITIZE_HEADERS != "no") {
- PEERDIR += library/cpp/sanitizer/include
- }
}
when ($CLANG_COVERAGE && $CLANG_COVERAGE != "no") {