diff options
author | Anton Samokhvalov <pg83@yandex.ru> | 2022-06-20 23:19:52 +0300 |
---|---|---|
committer | Anton Samokhvalov <pg83@yandex.ru> | 2022-06-20 23:19:52 +0300 |
commit | 711dc2153cf3b578e9a51efe904fcd5da68fd931 (patch) | |
tree | cd099c40ef6664f639d305291bdd14c84acd4ecb /tools | |
parent | 1940182aa37a8912f9609df6c24dbc64a05dbc53 (diff) | |
download | ydb-711dc2153cf3b578e9a51efe904fcd5da68fd931.tar.gz |
CPPCOM-76
ref:e958c28af9ec0f6324837115269d9c6a255e4a8a
Diffstat (limited to 'tools')
-rw-r--r-- | tools/enum_parser/enum_parser/bin/CMakeLists.linux.txt | 3 | ||||
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.linux.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tools/enum_parser/enum_parser/bin/CMakeLists.linux.txt b/tools/enum_parser/enum_parser/bin/CMakeLists.linux.txt index 92e953f543..f5f1d4885b 100644 --- a/tools/enum_parser/enum_parser/bin/CMakeLists.linux.txt +++ b/tools/enum_parser/enum_parser/bin/CMakeLists.linux.txt @@ -11,7 +11,8 @@ add_executable(enum_parser) target_link_libraries(enum_parser PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check cpp-getopt-small tools-enum_parser-parse_enum diff --git a/tools/rescompiler/bin/CMakeLists.linux.txt b/tools/rescompiler/bin/CMakeLists.linux.txt index 970f878c13..8fa0d787af 100644 --- a/tools/rescompiler/bin/CMakeLists.linux.txt +++ b/tools/rescompiler/bin/CMakeLists.linux.txt @@ -11,7 +11,8 @@ add_executable(rescompiler) target_link_libraries(rescompiler PUBLIC contrib-libs-cxxsupp yutil - library-cpp-lfalloc + cpp-malloc-tcmalloc + libs-tcmalloc-no_percpu_cache library-cpp-cpuid_check library-cpp-resource ) |