aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitvlkv <vitvlkv@yandex-team.ru>2022-02-10 16:51:13 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:13 +0300
commitb7c9a03bc0f77fb990ac9030e3ccd9d4d0d44a5d (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parent64e12968cb35ea847bfc7df29a7079d33d9a17ae (diff)
downloadydb-b7c9a03bc0f77fb990ac9030e3ccd9d4d0d44a5d.tar.gz
Restoring authorship annotation for <vitvlkv@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--build/rules/alice.policy4
-rw-r--r--build/ymake.core.conf8
2 files changed, 6 insertions, 6 deletions
diff --git a/build/rules/alice.policy b/build/rules/alice.policy
index 7cc09e02c7..7bda44bd73 100644
--- a/build/rules/alice.policy
+++ b/build/rules/alice.policy
@@ -31,7 +31,7 @@ ALLOW alice/library/nlg -> alice/megamind/library/util
ALLOW alice/library/video_common/ut -> alice/megamind/library/testing
ALLOW alice/library/websearch -> alice/megamind/library/search/protos
ALLOW alice/tools/sessions_tool -> alice/megamind/library/session
-ALLOW alice/tools/print_megamind_session -> alice/megamind/library/session
+ALLOW alice/tools/print_megamind_session -> alice/megamind/library/session
ALLOW alice/wonderlogs/daily/lib -> alice/megamind/library/context
ALLOW alice/wonderlogs/daily/lib -> alice/megamind/library/handlers/utils
ALLOW dict/mt/alice/scenarios/lib -> alice/megamind/library/frame_builder
@@ -45,4 +45,4 @@ ALLOW search/begemot/rules/init/build_request/proto -> alice/megamind/library/se
ALLOW web/src_setup/lib/setup/common/request -> alice/megamind/library/search/protos
DENY .* -> alice/megamind/library
-DENY .* -> alice/tools/print_megamind_session
+DENY .* -> alice/tools/print_megamind_session
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 08f273dc50..081833998b 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -1196,10 +1196,10 @@ module _BASE_UNIT: _BARE_UNIT {
LDFLAGS+=-fprofile-instr-generate -fcoverage-mapping
}
- when ($NLG_COVERAGE && $NLG_COVERAGE != "no") {
- CFLAGS+=-DNLG_COVERAGE
- }
-
+ when ($NLG_COVERAGE && $NLG_COVERAGE != "no") {
+ CFLAGS+=-DNLG_COVERAGE
+ }
+
when ($GCC) {
select ($SANITIZER_TYPE) {
"address" ? {