diff options
| -rw-r--r-- | build/ymake.core.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 55ed2bbbb9e..107e7fbade0 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -99,6 +99,11 @@ when ($STRUCT_CMD == "yes") { __BSDQ__=\\\" } +USE_GRAPH_CHANGES_PREDICTOR=yes +when ($AUTOCHECK == "yes") { + USE_GRAPH_CHANGES_PREDICTOR=no +} + ARCADIA_TEST_ROOT=../arcadia_tests_data/ DEFAULT_REQUIREMENTS=network:restricted cpu:1 ram:32 |
