diff options
author | gritukan <gritukan@yandex-team.com> | 2023-08-13 22:21:59 +0300 |
---|---|---|
committer | gritukan <gritukan@yandex-team.com> | 2023-08-13 23:11:36 +0300 |
commit | 4d8efea2976baa47be1d1370b67fd58607e27c26 (patch) | |
tree | 947aacbe924d74049fa83ffbeff15e933b7869bc /library | |
parent | bb198010d2fd09f174a7b57a7b4232e31c626d5f (diff) | |
download | ydb-4d8efea2976baa47be1d1370b67fd58607e27c26.tar.gz |
YT-19686: Add stubs for YT_USE_VANILLA_PROTOBUF
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/yt/misc/port.h | 3 |
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. |