diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-17 12:04:09 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-17 12:04:09 +0300 |
commit | 2c8e314f8fff8633fe2cf026badfbf6180845ae0 (patch) | |
tree | c3b650d13934ec1315e3660d60fd2275f09b03a7 /build/conf | |
parent | a49ae9d891c35087b242c854f69880fd9fecbddd (diff) | |
download | ydb-2c8e314f8fff8633fe2cf026badfbf6180845ae0.tar.gz |
intermediate changes
ref:d5f945ecdc1f5af1ad57e12787c6b8ed1a9f0f12
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/compilers/msvc_compiler.conf | 3 | ||||
-rw-r--r-- | build/conf/settings.conf | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/build/conf/compilers/msvc_compiler.conf b/build/conf/compilers/msvc_compiler.conf index b57425ab02..3f3cffa5bc 100644 --- a/build/conf/compilers/msvc_compiler.conf +++ b/build/conf/compilers/msvc_compiler.conf @@ -90,8 +90,7 @@ when ($CLANG_CL == "yes") { -Wno-defaulted-function-deleted \ -Wno-deprecated-enum-enum-conversion \ -Wno-ambiguous-reversed-operator \ - -Wno-deprecated-enum-float-conversion \ - -Wno-pointer-to-int-cast + -Wno-deprecated-enum-float-conversion } when ($IDE_MSVS == "yes") { diff --git a/build/conf/settings.conf b/build/conf/settings.conf index dbcdec23ef..713f12b4df 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -3,6 +3,11 @@ JSON_CACHE_IS_ATTACHED=yes USE_ADDINCL_WITHOUT_FOR_AS_ADDINCL_FOR_C=yes LANGS_REQUIRE_BUILD_AND_SRC_ROOTS=c asm cython proto flatc swig ydl nlg +CHKPEERS_GLOBAL_SRCS=no +when ($AUTOCHECK == "yes") { + CHKPEERS_GLOBAL_SRCS=yes +} + # NOTE! Only foldable vars should be listed here _FOLDABLE_VARS_=\ CL_WRAPPER \ |