aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
diff options
context:
space:
mode:
authorgritukan <gritukan@yandex-team.com>2023-08-13 22:21:59 +0300
committergritukan <gritukan@yandex-team.com>2023-08-13 23:11:36 +0300
commit4d8efea2976baa47be1d1370b67fd58607e27c26 (patch)
tree947aacbe924d74049fa83ffbeff15e933b7869bc /library/cpp/yt
parentbb198010d2fd09f174a7b57a7b4232e31c626d5f (diff)
downloadydb-4d8efea2976baa47be1d1370b67fd58607e27c26.tar.gz
YT-19686: Add stubs for YT_USE_VANILLA_PROTOBUF
Diffstat (limited to 'library/cpp/yt')
-rw-r--r--library/cpp/yt/misc/port.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/cpp/yt/misc/port.h b/library/cpp/yt/misc/port.h
index 223d6a893c..7cfb825708 100644
--- a/library/cpp/yt/misc/port.h
+++ b/library/cpp/yt/misc/port.h
@@ -15,6 +15,9 @@
// for particular TU by discarding this macro identifier.
#define YT_ENABLE_TRACE_LOGGING
+// This define should be used to compile YT with vanilla protobuf instead of patched one.
+// #define YT_USE_VANILLA_PROTOBUF
+
#ifndef NDEBUG
// This define enables thread affinity check -- a user-defined verification ensuring
// that some functions are called from particular threads.