diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-03-13 05:33:19 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-03-13 05:33:19 +0300 |
commit | 5e9c624054f29ae9d918b4a3b6fb9d68f4ce2113 (patch) | |
tree | c5cc2ef854e24a9b2e87eab269d593f9d18cf802 /tools/archiver | |
parent | 0abce4801507e87f95e23263f0bd91c5d69d3e02 (diff) | |
download | ydb-5e9c624054f29ae9d918b4a3b6fb9d68f4ce2113.tar.gz |
default allocator for 32bit arch: LF -> J
Diffstat (limited to 'tools/archiver')
-rw-r--r-- | tools/archiver/CMakeLists.linux-aarch64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/archiver/CMakeLists.linux-aarch64.txt b/tools/archiver/CMakeLists.linux-aarch64.txt index 57f81c5a7b..d2c78773b1 100644 --- a/tools/archiver/CMakeLists.linux-aarch64.txt +++ b/tools/archiver/CMakeLists.linux-aarch64.txt @@ -12,7 +12,7 @@ target_link_libraries(archiver PUBLIC contrib-libs-linux-headers contrib-libs-cxxsupp yutil - library-cpp-lfalloc + cpp-malloc-jemalloc library-cpp-archive cpp-digest-md5 cpp-getopt-small |