diff options
author | svidyuk <svidyuk@yandex-team.com> | 2023-11-02 17:15:40 +0300 |
---|---|---|
committer | svidyuk <svidyuk@yandex-team.com> | 2023-11-02 18:20:02 +0300 |
commit | 6ac7ef035abce65dbaa6c6d4611cb1b462a64b74 (patch) | |
tree | 6c6d41f4c85ac80d7f93eb7f054a165530a03b83 | |
parent | caedc26b8b82943b93d408a0a566e6d795967fd9 (diff) | |
download | ydb-6ac7ef035abce65dbaa6c6d4611cb1b462a64b74.tar.gz |
enable treating addincl to missing as warnings on gh
-rw-r--r-- | build/conf/opensource.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/opensource.conf b/build/conf/opensource.conf index 0258a7026f..a943b26a4f 100644 --- a/build/conf/opensource.conf +++ b/build/conf/opensource.conf @@ -24,6 +24,7 @@ when ($OPENSOURCE == "yes") { USE_DYNAMIC_ICONV=yes USE_DYNAMIC_IDN=yes USE_MKL=no + NON_FATAL_ADDINCL_TO_MISSING=yes } # Extra macros to control how gradle export works |