diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2024-08-06 12:45:44 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2024-08-06 14:14:01 +0300 |
commit | dd6d591bc6f07723fafb39dd89c9800e8feaca19 (patch) | |
tree | 65ea3e21a556228925c520869cff4caa3d01fbd3 /build/conf/settings.conf | |
parent | 21990649bfd4b251d7344073e80cbd36641b9299 (diff) | |
download | ydb-dd6d591bc6f07723fafb39dd89c9800e8feaca19.tar.gz |
Save isolated projects hash, switch for include/exclude isolated projects to config hash
Save isolated projects hash, switch for include/exclude isolated projects to config hash
c4bc85d4d5d53ed5a81e16eb80b7b4356088030b
Diffstat (limited to 'build/conf/settings.conf')
-rw-r--r-- | build/conf/settings.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index a35a68a0cb..423e64923d 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -14,6 +14,7 @@ FORCE_RESOLVE_MACRO_INCLS=yes ENABLE_RERESOLVE_FOR_GENERATED_FILES=yes REPORT_ALL_DUPSRC=yes DEPS_CACHE_CONTROL_UIDS_CACHE=yes +INCLUDE_ISOLATED_PROJECTS_TO_CONF_HASH=yes when ($YMAKE_USE_OLD_UIDS != "yes") { YMAKE_USE_NEW_UIDS=yes |