aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-03-28 09:05:20 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-03-28 09:14:02 +0300
commit756c9e6e6908cb030ae418a0180e59e332bf1364 (patch)
treedc325f446f337cb7aee317e223761663bdb30c75 /contrib
parent1541ebf4e489185a3ec0d47a2ea8e474522af784 (diff)
downloadydb-756c9e6e6908cb030ae418a0180e59e332bf1364.tar.gz
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libs/protobuf_old/ya.make2
-rw-r--r--contrib/python/protobuf/py2/ya.make2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/protobuf_old/ya.make b/contrib/libs/protobuf_old/ya.make
index a16216c8ed..50a3d8cd79 100644
--- a/contrib/libs/protobuf_old/ya.make
+++ b/contrib/libs/protobuf_old/ya.make
@@ -32,6 +32,8 @@ CFLAGS(
-DHAVE_ZLIB=1
)
+NO_LTO()
+
IF (OS_ANDROID)
EXTRALIBS(log)
ENDIF()
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
)