diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-02-28 05:26:41 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-02-28 05:44:09 +0300 |
commit | 8ee64ccc1e66602863ae412eed2ae3ceebdd3db9 (patch) | |
tree | 17989d54082f8d85792367d6aac9b6810204ba29 /build | |
parent | 56146bfad396d685118eaaec9cfff0c0675eae75 (diff) | |
download | ydb-8ee64ccc1e66602863ae412eed2ae3ceebdd3db9.tar.gz |
Remove more unused settings from build/conf/settings.conf
commit_hash:9a0435ca01e3bee65c65f98ebddb981557f77bfa
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/settings.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index 3f0ba1ef70..761d9d83af 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -1,19 +1,14 @@ JSON_CACHE_IS_ATTACHED=yes LANGS_REQUIRE_BUILD_AND_SRC_ROOTS=c asm cython proto flatc swig ydl nlg -CHECK_GO_INCORRECT_DEPS=yes USE_PREBUILT_TOOLS=yes RESOLVE_FORCE_LISTDIR=no -ENABLE_NODE_SELF_UID=yes REPORT_CONFIGURE_PROGRESS=yes -FORCE_RESOLVE_MACRO_INCLS=yes -ENABLE_RERESOLVE_FOR_GENERATED_FILES=yes REPORT_ALL_DUPSRC=yes DEPS_CACHE_CONTROL_UIDS_CACHE=yes USE_GLOBAL_CMD=yes PIC_NO_PIE=no FAIL_PY2=no MAIN_OUTPUT_AS_EXTRA=yes -USE_REACHABILITY_TO_REPORT_CONF_ERRORS = yes DISABLE_ATD=yes when ($OS_WINDOWS == "yes") { |