diff options
author | snermolaev <snermolaev@yandex-team.com> | 2024-03-11 05:17:13 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2024-03-11 05:37:08 +0300 |
commit | 1041341d148dcfa9aae4928131380c160936514d (patch) | |
tree | 02707ebf18f18d1a40bdadd2ca849080561eac0e /build/ya.conf.json | |
parent | 27deb40acd9c3798fe9ab7c88e50d532bccf924a (diff) | |
download | ydb-1041341d148dcfa9aae4928131380c160936514d.tar.gz |
respect whitespaces in paths to tools
621356531cf85b8487463c8df871341bed1171f9
Diffstat (limited to 'build/ya.conf.json')
-rw-r--r-- | build/ya.conf.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index 14b62d870f..35d846286e 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -1534,8 +1534,7 @@ "use_bundle": true, "use_clang": true, "version": "2019", - "werror_mode": "all", - "wine": "yes" + "werror_mode": "all" }, "platforms": [ { |