diff options
| author | Alexander Gololobov <[email protected]> | 2022-02-10 16:47:37 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:37 +0300 |
| commit | 39608cdb86363c75ce55b2b9a69841c3b71f22cf (patch) | |
| tree | 4ec132c1665bd4d68e3628aa18d937c70d32413b /library/cpp/lfalloc/alloc_profiler/ya.make | |
| parent | 54295b9bd4dc45c54d804084fd846d945148a7f0 (diff) | |
Restoring authorship annotation for Alexander Gololobov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/lfalloc/alloc_profiler/ya.make')
| -rw-r--r-- | library/cpp/lfalloc/alloc_profiler/ya.make | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/library/cpp/lfalloc/alloc_profiler/ya.make b/library/cpp/lfalloc/alloc_profiler/ya.make index 0f58d917678..dd1bfb09186 100644 --- a/library/cpp/lfalloc/alloc_profiler/ya.make +++ b/library/cpp/lfalloc/alloc_profiler/ya.make @@ -1,17 +1,17 @@ -LIBRARY() - -OWNER(g:rtmr g:kikimr) - -SRCS( - profiler.cpp - stackcollect.cpp -) - -PEERDIR( +LIBRARY() + +OWNER(g:rtmr g:kikimr) + +SRCS( + profiler.cpp + stackcollect.cpp +) + +PEERDIR( library/cpp/lfalloc/dbg_info library/cpp/cache -) - -END() - -RECURSE(ut) +) + +END() + +RECURSE(ut) |
