diff options
author | danlark <danlark@yandex-team.ru> | 2022-02-10 16:46:10 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:10 +0300 |
commit | baa58daefa91fde4b4769facdbd2903763b9c6a8 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build | |
parent | 3426a9bc7f169ae9da54cef557ad2a33f6e8eee0 (diff) | |
download | ydb-baa58daefa91fde4b4769facdbd2903763b9c6a8.tar.gz |
Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 4 | ||||
-rwxr-xr-x | build/ymake_conf.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 0a88aaa8d0..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1475,9 +1475,9 @@ when ($COMMON_LINK_SETTINGS == "yes") { "B" ? { PEERDIR+=library/cpp/balloc } - "BM" ? { + "BM" ? { PEERDIR+=library/cpp/balloc_market - } + } "C" ? { PEERDIR+=library/cpp/malloc/calloc } diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 6f9f6bf3f3..30219eb85e 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -2369,7 +2369,7 @@ class MSVCCompiler(MSVC, Compiler): 4197, # 'TAtomic' : top-level volatile in cast is ignored 4245, # 'initializing' : conversion from 'int' to 'ui32', signed/unsigned mismatch 4324, # 'ystd::function<void (uint8_t *)>': structure was padded due to alignment specifier - 5033, # 'register' is no longer a supported storage class + 5033, # 'register' is no longer a supported storage class ] defines = [ |