diff options
author | spreis <spreis@yandex-team.com> | 2024-08-10 14:46:14 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.com> | 2024-08-10 14:56:56 +0300 |
commit | 3b81341a63468572e764a2a6d3556b44e1fa76bc (patch) | |
tree | faaee22baf0b22bd6216f0a1cfabe5075dacb5f8 | |
parent | 30567ca5a5e7093fba8a0ff229a253ca90c1eca5 (diff) | |
download | ydb-3b81341a63468572e764a2a6d3556b44e1fa76bc.tar.gz |
Try to use PIC-only in some autocheck platforms
f3f513e624a833e94d5fb1748002693f36dd8c23
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 6aa9db3714..d0865d3016 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -102,9 +102,11 @@ when ($STRUCT_CMD == "yes") { __BSDQ__=\\\" } +# This shall be moved to settings.conf USE_GRAPH_CHANGES_PREDICTOR=yes when ($AUTOCHECK == "yes") { USE_GRAPH_CHANGES_PREDICTOR=no + PIC_NO_PIE=yes } ARCADIA_TEST_ROOT=../arcadia_tests_data/ |