diff options
author | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-02-23 15:18:45 +0300 |
---|---|---|
committer | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-02-23 15:31:01 +0300 |
commit | 5f8dc7918bc961f8c9642d44959f724aa135225a (patch) | |
tree | e1716f630d6f1e3e241f6f9aa39a60c0ca88eaf4 /library | |
parent | 30f7c0a267c790a33a3fa798e4be31c33ec98f67 (diff) | |
download | ydb-5f8dc7918bc961f8c9642d44959f724aa135225a.tar.gz |
YDB Import 569
32a3bf6b3ca0706c3644c01a7d0885db6cdb2fc3
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/lfalloc/yt/ya.make | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/library/cpp/lfalloc/yt/ya.make b/library/cpp/lfalloc/yt/ya.make deleted file mode 100644 index 36068c090d..0000000000 --- a/library/cpp/lfalloc/yt/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -NO_UTIL() -ALLOCATOR_IMPL() - -NO_COMPILER_WARNINGS() - -IF (ARCH_AARCH64) - PEERDIR( - contrib/libs/jemalloc - ) -ELSE() - IF ("${YMAKE}" MATCHES "devtools") - CFLAGS(-DYMAKE=1) - ENDIF() - CXXFLAGS(-DLFALLOC_YT) - SRCS( - ../lf_allocX64.cpp - ) -ENDIF() - -PEERDIR( - library/cpp/malloc/api -) - -SET(IDE_FOLDER "util") - -END() |