diff options
author | ayles <ayles@yandex-team.ru> | 2022-02-10 16:46:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:11 +0300 |
commit | 480eebba2142866e78db15cd7600bb3f452a2dbc (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/tcmalloc/ya.make | |
parent | d55028e9d9708f94c2d0d35b54ed50d4d7af0456 (diff) | |
download | ydb-480eebba2142866e78db15cd7600bb3f452a2dbc.tar.gz |
Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/tcmalloc/ya.make')
-rw-r--r-- | contrib/libs/tcmalloc/ya.make | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/tcmalloc/ya.make b/contrib/libs/tcmalloc/ya.make index 9d65a1323d..54701b1b77 100644 --- a/contrib/libs/tcmalloc/ya.make +++ b/contrib/libs/tcmalloc/ya.make @@ -1,30 +1,30 @@ -LIBRARY() - +LIBRARY() + LICENSE(Apache-2.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -OWNER( - ayles +OWNER( + ayles prime g:cpp-contrib -) - -# https://github.com/google/tcmalloc +) + +# https://github.com/google/tcmalloc VERSION(2021-10-04-45c59ccbc062ac96d83710205033c656e490d376) - -SRCS( + +SRCS( # Options tcmalloc/want_hpaa.cc -) - +) + INCLUDE(common.inc) - + CFLAGS( -DTCMALLOC_256K_PAGES ) - -END() + +END() IF (NOT DLL_FOR) RECURSE( |