diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-11 13:47:12 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-11 14:31:39 +0300 |
commit | 568501670c57b6f2716ce18b285ef994b9f1377f (patch) | |
tree | c5e82a60cbd8ae47915ec04b19147a120475634a | |
parent | 42f0675f6f18e31185186d600373f740f2e4a0b7 (diff) | |
download | ydb-568501670c57b6f2716ce18b285ef994b9f1377f.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/tools/yasm/bin/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tools/yasm/bin/ya.make b/contrib/tools/yasm/bin/ya.make index 7a88c0aa09..7640ab6657 100644 --- a/contrib/tools/yasm/bin/ya.make +++ b/contrib/tools/yasm/bin/ya.make @@ -32,6 +32,8 @@ NO_COMPILER_WARNINGS() NO_UTIL() +NO_SANITIZE() + ALLOCATOR(FAKE) ADDINCL( |