summaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2024-07-19 17:30:04 +0300
committerrobot-piglet <[email protected]>2024-07-19 17:41:55 +0300
commitb48cb40b16a2a26d360ddcb809dcbf48a3843513 (patch)
tree18f7a12724bcc242294362d27d7956a38805fcee /library/cpp/lfalloc
parent239a6786ba899f74fb960904a34b14e89419e852 (diff)
Intermediate changes
Diffstat (limited to 'library/cpp/lfalloc')
-rw-r--r--library/cpp/lfalloc/dbg/ya.make1
-rw-r--r--library/cpp/lfalloc/dbg_info/ya.make1
-rw-r--r--library/cpp/lfalloc/ya.make1
3 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make
index 39f3fb94563..bc14ae2aa60 100644
--- a/library/cpp/lfalloc/dbg/ya.make
+++ b/library/cpp/lfalloc/dbg/ya.make
@@ -1,5 +1,6 @@
LIBRARY()
+
ALLOCATOR_IMPL()
NO_UTIL()
diff --git a/library/cpp/lfalloc/dbg_info/ya.make b/library/cpp/lfalloc/dbg_info/ya.make
index 47b7a59f958..ada70f39c12 100644
--- a/library/cpp/lfalloc/dbg_info/ya.make
+++ b/library/cpp/lfalloc/dbg_info/ya.make
@@ -1,5 +1,6 @@
LIBRARY()
+
PEERDIR(
library/cpp/malloc/api
)
diff --git a/library/cpp/lfalloc/ya.make b/library/cpp/lfalloc/ya.make
index 6b3b74c7e37..3d632f705d4 100644
--- a/library/cpp/lfalloc/ya.make
+++ b/library/cpp/lfalloc/ya.make
@@ -1,5 +1,6 @@
LIBRARY()
+
BUILD_ONLY_IF(WARNING FATAL_ERROR ARCH_TYPE_64)
ALLOCATOR_IMPL()