diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 12:32:27 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-11 13:05:48 +0300 |
commit | 09839d439eb4e55a50ef8fc41db6e2bc22efd721 (patch) | |
tree | 8495a5ecf18c11ed782a74d1a9465aba93bd6c67 | |
parent | 15c8576b07a44515322e3819b8936146cd72651e (diff) | |
download | ydb-09839d439eb4e55a50ef8fc41db6e2bc22efd721.tar.gz |
Do not PEERDIR library/cpp/sanitizer/include by default
-rw-r--r-- | build/ymake.core.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index f7e2a1cec1..3dbe9bf4f6 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1748,9 +1748,6 @@ module LIBRARY: _LIBRARY { when ($OPENSOURCE_EXPORT == "no") { CPP_LIBRARY_SEM=IGNORED } - when ($SANITIZER_TYPE && $SANITIZER_TYPE != "no" && $SANITIZE_HEADERS && $SANITIZE_HEADERS != "no") { - PEERDIR += library/cpp/sanitizer/include - } when ($HAS_CPP_PROTOBUF_PEERS == "yes") { PEERDIR+=$CPP_PROTOBUF_PEERS @@ -2164,10 +2161,6 @@ multimodule DYNAMIC_LIBRARY { MODULE_SUFFIX=.pkg.fake PEERDIR+=build/platform/local_so - when ($SANITIZER_TYPE && $SANITIZER_TYPE != "no" && $SANITIZE_HEADERS && $SANITIZE_HEADERS != "no") { - PEERDIR += library/cpp/sanitizer/include - } - # disable credits generation for static library SET(CREDITS_FLAGS) } |