diff options
author | prime <prime@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:01 +0300 |
commit | e34f3f0e381020a427f44fbd50463d9a04089db3 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/tcmalloc/numa_256k/ya.make | |
parent | 3695a7cd42b74a4987d8d5a8f2e2443556998943 (diff) | |
download | ydb-e34f3f0e381020a427f44fbd50463d9a04089db3.tar.gz |
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/tcmalloc/numa_256k/ya.make')
-rw-r--r-- | contrib/libs/tcmalloc/numa_256k/ya.make | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/contrib/libs/tcmalloc/numa_256k/ya.make b/contrib/libs/tcmalloc/numa_256k/ya.make index 728c02816d..ffede5df8b 100644 --- a/contrib/libs/tcmalloc/numa_256k/ya.make +++ b/contrib/libs/tcmalloc/numa_256k/ya.make @@ -1,28 +1,28 @@ -LIBRARY() - +LIBRARY() + WITHOUT_LICENSE_TEXTS() -LICENSE(Apache-2.0) - -OWNER( - ayles - prime +LICENSE(Apache-2.0) + +OWNER( + ayles + prime g:cpp-contrib -) - -SRCDIR(contrib/libs/tcmalloc) - -INCLUDE(../common.inc) - -GLOBAL_SRCS( - # Options - tcmalloc/want_hpaa.cc - tcmalloc/want_numa_aware.cc -) - -CFLAGS( - -DTCMALLOC_256K_PAGES - -DTCMALLOC_NUMA_AWARE -) - -END() +) + +SRCDIR(contrib/libs/tcmalloc) + +INCLUDE(../common.inc) + +GLOBAL_SRCS( + # Options + tcmalloc/want_hpaa.cc + tcmalloc/want_numa_aware.cc +) + +CFLAGS( + -DTCMALLOC_256K_PAGES + -DTCMALLOC_NUMA_AWARE +) + +END() |