diff options
author | spreis <spreis@yandex-team.com> | 2024-02-22 08:35:49 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-02-22 08:49:26 +0300 |
commit | 7bfc8a0be15ff13501d15a957e71192bedcd730b (patch) | |
tree | 70c23aa0ccdc8c0b9b7476acec0e913f48cfd7d1 | |
parent | 63df174d6245c3164237fbdb74d5d6651f3a4e08 (diff) | |
download | ydb-7bfc8a0be15ff13501d15a957e71192bedcd730b.tar.gz |
Try to re-enable tcmalloc with sandboxing
b823b6f10cfce76810e81f5c4a3167bc1abb7726
-rw-r--r-- | build/ymake.core.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 700ce0b6ef..c79ee4c829 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -381,9 +381,6 @@ when ($OS_LINUX == "yes") { when ($GCC) { # tcmalloc broken build } - elsewhen ($SANDBOXING) { - # broken - } elsewhen ($ARCH_X86_64) { DEFAULT_ALLOCATOR=TCMALLOC_TC } |