summaryrefslogtreecommitdiffstats
path: root/library/cpp/lfalloc/dbg
diff options
context:
space:
mode:
authorvskipin <[email protected]>2022-02-10 16:46:00 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:00 +0300
commit4e4b78bd7b67e2533da4dbb9696374a6d6068e32 (patch)
treea7a5543d815c451256ece74081d960b4e1d70ec2 /library/cpp/lfalloc/dbg
parent5b00ed04a5137a452fa6d3423cb0c9b54ac27408 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lfalloc/dbg')
-rw-r--r--library/cpp/lfalloc/dbg/ya.make50
1 files changed, 25 insertions, 25 deletions
diff --git a/library/cpp/lfalloc/dbg/ya.make b/library/cpp/lfalloc/dbg/ya.make
index 3dce653a8c8..387050fc670 100644
--- a/library/cpp/lfalloc/dbg/ya.make
+++ b/library/cpp/lfalloc/dbg/ya.make
@@ -1,32 +1,32 @@
-LIBRARY()
+LIBRARY()
-OWNER(vskipin)
+OWNER(vskipin)
+
+NO_UTIL()
-NO_UTIL()
-
-NO_COMPILER_WARNINGS()
-
-IF (ARCH_AARCH64)
- PEERDIR(
- contrib/libs/jemalloc
- )
-ELSE()
- IF ("${YMAKE}" MATCHES "devtools")
- CFLAGS(-DYMAKE=1)
- ENDIF()
+NO_COMPILER_WARNINGS()
+
+IF (ARCH_AARCH64)
+ PEERDIR(
+ contrib/libs/jemalloc
+ )
+ELSE()
+ IF ("${YMAKE}" MATCHES "devtools")
+ CFLAGS(-DYMAKE=1)
+ ENDIF()
CXXFLAGS(
-DLFALLOC_DBG
-DLFALLOC_YT
)
- SRCS(
- ../lf_allocX64.cpp
- )
-ENDIF()
-
-PEERDIR(
+ SRCS(
+ ../lf_allocX64.cpp
+ )
+ENDIF()
+
+PEERDIR(
library/cpp/malloc/api
-)
-
-SET(IDE_FOLDER "util")
-
-END()
+)
+
+SET(IDE_FOLDER "util")
+
+END()