diff options
| author | Anton Samokhvalov <[email protected]> | 2022-06-20 23:19:52 +0300 | 
|---|---|---|
| committer | Anton Samokhvalov <[email protected]> | 2022-06-20 23:19:52 +0300 | 
| commit | 711dc2153cf3b578e9a51efe904fcd5da68fd931 (patch) | |
| tree | cd099c40ef6664f639d305291bdd14c84acd4ecb /library/cpp | |
| parent | 1940182aa37a8912f9609df6c24dbc64a05dbc53 (diff) | |
CPPCOM-76
ref:e958c28af9ec0f6324837115269d9c6a255e4a8a
Diffstat (limited to 'library/cpp')
| -rw-r--r-- | library/cpp/digest/old_crc/gencrc/CMakeLists.linux.txt | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux.txt b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux.txt index c1a455ac5ba..40816c5559c 100644 --- a/library/cpp/digest/old_crc/gencrc/CMakeLists.linux.txt +++ b/library/cpp/digest/old_crc/gencrc/CMakeLists.linux.txt @@ -11,7 +11,8 @@ add_executable(gencrc)  target_link_libraries(gencrc PUBLIC    contrib-libs-cxxsupp    yutil -  library-cpp-lfalloc +  cpp-malloc-tcmalloc +  libs-tcmalloc-no_percpu_cache    library-cpp-cpuid_check  )  target_link_options(gencrc PRIVATE | 
