diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-28 09:05:20 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-28 09:14:02 +0300 |
commit | 756c9e6e6908cb030ae418a0180e59e332bf1364 (patch) | |
tree | dc325f446f337cb7aee317e223761663bdb30c75 /contrib/python | |
parent | 1541ebf4e489185a3ec0d47a2ea8e474522af784 (diff) | |
download | ydb-756c9e6e6908cb030ae418a0180e59e332bf1364.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/protobuf/py2/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/protobuf/py2/ya.make b/contrib/python/protobuf/py2/ya.make index 7cb63736ef..b369e9bf4b 100644 --- a/contrib/python/protobuf/py2/ya.make +++ b/contrib/python/protobuf/py2/ya.make @@ -66,6 +66,8 @@ PY_SRCS( google/protobuf/util/__init__.py ) +NO_LTO() + CFLAGS( -DPYTHON_PROTO2_CPP_IMPL_V2 ) |