diff options
author | tekireeva <tekireeva@yandex-team.com> | 2023-11-29 10:06:46 +0300 |
---|---|---|
committer | tekireeva <tekireeva@yandex-team.com> | 2023-11-29 10:35:47 +0300 |
commit | c3a1acc5ca3c0dab90ed7a77eb2f9cda8dd1eccc (patch) | |
tree | 2e49300236ef55e77284c8c77ba027049115ad61 | |
parent | b30b19cb22468f06acf3d2071f1a81e9e470bd57 (diff) | |
download | ydb-c3a1acc5ca3c0dab90ed7a77eb2f9cda8dd1eccc.tar.gz |
Set empty default value to OBJADDE_LIB
-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 b45466082d..8f55474a90 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -37,6 +37,8 @@ SFLAGS= SRCFLAGS= FORCE_COVERAGE_ENABLED= FORCE_COVERAGE_DISABLED= +OBJADDE_LIB= +OBJADDE_LIB_GLOBAL= AUTOCHECK_BALANCING_OPTIONS= SO_OUTPUTS=no |