diff options
| author | spreis <[email protected]> | 2023-12-15 07:38:39 +0300 |
|---|---|---|
| committer | spreis <[email protected]> | 2023-12-15 08:17:57 +0300 |
| commit | ab6c8aae8ddd6ba3d9a563bbf47d4f79ce171a47 (patch) | |
| tree | 793b6ec41fa66d6cd8bd5e1da1b2ff4e6e93361a | |
| parent | 3f6d35b868f1e4d8c4c0ea6f3fd42be487f5a448 (diff) | |
Reorder a bit and remove unneeded var
| -rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 8c27ea603d1..90e6f4d742a 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -40,9 +40,6 @@ FORCE_COVERAGE_DISABLED= OBJADDE_LIB= OBJADDE_LIB_GLOBAL= -AUTOCHECK_BALANCING_OPTIONS= -SO_OUTPUTS=no - MODULE_PREFIX= MODULE_SUFFIX= @@ -64,6 +61,7 @@ when ($CLANG16 == "yes") { @import "${CONF_ROOT}/conf/project_specific/other.conf" @import "${CONF_ROOT}/conf/project_specific/yt.conf" +SO_OUTPUTS=no USE_GLOBAL_CMD=no when ($OS_WINDOWS != "yes") { USE_GLOBAL_CMD=yes |
