diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-09-19 06:11:40 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-09-19 06:21:09 +0300 |
commit | dc02efc4911cb9af10ac17bbfc1542711d2c45cd (patch) | |
tree | 6c8967df3ee8a3fd5e05b6c4522b9e6a3139a85a | |
parent | ff8fb64ae74790de8eae8e3a3be7b7e204387590 (diff) | |
download | ydb-dc02efc4911cb9af10ac17bbfc1542711d2c45cd.tar.gz |
Remove switchs for BL and IP from conf
Remove switchs for BL and IP
commit_hash:1d6f0e476f40cc93127fe6b6c1bfa32e70a34e43
-rw-r--r-- | build/conf/settings.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index a252f430f28..6c654ff6dcc 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -14,8 +14,6 @@ FORCE_RESOLVE_MACRO_INCLS=yes ENABLE_RERESOLVE_FOR_GENERATED_FILES=yes REPORT_ALL_DUPSRC=yes DEPS_CACHE_CONTROL_UIDS_CACHE=yes -INCLUDE_BLACKLIST_TO_CONF_HASH=no -INCLUDE_ISOLATED_PROJECTS_TO_CONF_HASH=no USE_GRAND_BYPASS=no USE_GLOBAL_CMD=yes YMAKE_USE_NEW_UIDS=yes |